You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -1475,7 +1483,7 @@ public CreateDatasetResponse createDatasetWithOptions(CreateDatasetRequest tmpRe
1475
1483
* </ul>
1476
1484
*
1477
1485
* <b>summary</b> :
1478
-
* <p>Create Dataset</p>
1486
+
* <p>Creates a dataset.</p>
1479
1487
*
1480
1488
* @param request CreateDatasetRequest
1481
1489
* @return CreateDatasetResponse
@@ -2609,7 +2617,7 @@ public CreateLocationDateClusteringTaskResponse createLocationDateClusteringTask
2609
2617
* </ul>
2610
2618
*
2611
2619
* <b>summary</b> :
2612
-
* <p>Create Transcoding Service</p>
2620
+
* <p>Creates an asynchronous media transcoding task to provide audio and video file processing abilities, such as media transcoding, media splicing, video frame capturing, and video to GIF conversion.</p>
2613
2621
*
2614
2622
* @param tmpReq CreateMediaConvertTaskRequest
2615
2623
* @param runtime runtime options for this request RuntimeOptions
@@ -2703,7 +2711,7 @@ public CreateMediaConvertTaskResponse createMediaConvertTaskWithOptions(CreateMe
2703
2711
* </ul>
2704
2712
*
2705
2713
* <b>summary</b> :
2706
-
* <p>Create Transcoding Service</p>
2714
+
* <p>Creates an asynchronous media transcoding task to provide audio and video file processing abilities, such as media transcoding, media splicing, video frame capturing, and video to GIF conversion.</p>
2707
2715
*
2708
2716
* @param request CreateMediaConvertTaskRequest
2709
2717
* @return CreateMediaConvertTaskResponse
@@ -5307,7 +5315,7 @@ public GenerateVideoPlaylistResponse generateVideoPlaylist(GenerateVideoPlaylist
5307
5315
* </ul>
5308
5316
*
5309
5317
* <b>summary</b> :
5310
-
* <p>Generates an access token for document preview or editing.</p>
5318
+
* <p>Obtain Document Preview and Edit Token</p>
5311
5319
*
5312
5320
* @param tmpReq GenerateWebofficeTokenRequest
5313
5321
* @param runtime runtime options for this request RuntimeOptions
@@ -5443,7 +5451,7 @@ public GenerateWebofficeTokenResponse generateWebofficeTokenWithOptions(Generate
5443
5451
* </ul>
5444
5452
*
5445
5453
* <b>summary</b> :
5446
-
* <p>Generates an access token for document preview or editing.</p>
5454
+
* <p>Obtain Document Preview and Edit Token</p>
5447
5455
*
5448
5456
* @param request GenerateWebofficeTokenRequest
5449
5457
* @return GenerateWebofficeTokenResponse
@@ -5567,7 +5575,7 @@ public GetBindingResponse getBinding(GetBindingRequest request) throws Exception
5567
5575
5568
5576
/**
5569
5577
* <b>summary</b> :
5570
-
* <p>drmlicense获取</p>
5578
+
* <p>Obtains a Digital Rights Management (DRM) license for encrypted video playback.</p>
5571
5579
*
5572
5580
* @deprecated OpenAPI GetDRMLicense is deprecated
5573
5581
*
@@ -5619,7 +5627,7 @@ public GetDRMLicenseResponse getDRMLicenseWithOptions(GetDRMLicenseRequest reque
5619
5627
5620
5628
/**
5621
5629
* <b>summary</b> :
5622
-
* <p>drmlicense获取</p>
5630
+
* <p>Obtains a Digital Rights Management (DRM) license for encrypted video playback.</p>
5623
5631
*
5624
5632
* @deprecated OpenAPI GetDRMLicense is deprecated
5625
5633
*
@@ -8415,11 +8423,19 @@ public UpdateDatasetResponse updateDatasetWithOptions(UpdateDatasetRequest tmpRe
8415
8423
com.aliyun.teautil.Common.validateModel(tmpReq);
8416
8424
UpdateDatasetShrinkRequest request = new UpdateDatasetShrinkRequest();
0 commit comments