tencentcloud-sdk-nodejs-mps 4.0.344 → 4.0.347
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +455 -0
- package/SERVICE_CHANGELOG.md +501 -171
- package/package.json +1 -1
- package/products.md +28 -28
- package/src/services/mps/v20190612/mps_client.ts +5 -5
- package/src/services/mps/v20190612/mps_models.ts +168 -104
- package/tencentcloud/services/mps/v20190612/mps_client.d.ts +5 -5
- package/tencentcloud/services/mps/v20190612/mps_client.js +5 -5
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +159 -104
|
@@ -253,13 +253,13 @@ export interface WorkflowInfo {
|
|
|
253
253
|
Trigger: WorkflowTrigger
|
|
254
254
|
|
|
255
255
|
/**
|
|
256
|
-
*
|
|
256
|
+
* 媒体处理的文件输出存储位置。
|
|
257
257
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
258
258
|
*/
|
|
259
259
|
OutputStorage: TaskOutputStorage
|
|
260
260
|
|
|
261
261
|
/**
|
|
262
|
-
*
|
|
262
|
+
* 媒体处理类型任务参数。
|
|
263
263
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
264
264
|
*/
|
|
265
265
|
MediaProcessTask: MediaProcessTaskInput
|
|
@@ -294,7 +294,7 @@ export interface WorkflowInfo {
|
|
|
294
294
|
TaskPriority: number
|
|
295
295
|
|
|
296
296
|
/**
|
|
297
|
-
*
|
|
297
|
+
* 媒体处理生成的文件输出的目标目录,如`/movie/201907/`。
|
|
298
298
|
*/
|
|
299
299
|
OutputDir: string
|
|
300
300
|
|
|
@@ -412,7 +412,7 @@ export interface AiReviewTaskProhibitedAsrResult {
|
|
|
412
412
|
Status: string
|
|
413
413
|
|
|
414
414
|
/**
|
|
415
|
-
* 错误码,空字符串表示成功,其他值表示失败,取值请参考 [
|
|
415
|
+
* 错误码,空字符串表示成功,其他值表示失败,取值请参考 [媒体处理类错误码](https://cloud.tencent.com/document/product/862/50369#.E8.A7.86.E9.A2.91.E5.A4.84.E7.90.86.E7.B1.BB.E9.94.99.E8.AF.AF.E7.A0.81) 列表。
|
|
416
416
|
*/
|
|
417
417
|
ErrCodeExt: string
|
|
418
418
|
|
|
@@ -521,7 +521,7 @@ export interface AiReviewTaskProhibitedOcrResult {
|
|
|
521
521
|
Status: string
|
|
522
522
|
|
|
523
523
|
/**
|
|
524
|
-
* 错误码,空字符串表示成功,其他值表示失败,取值请参考 [
|
|
524
|
+
* 错误码,空字符串表示成功,其他值表示失败,取值请参考 [媒体处理类错误码](https://cloud.tencent.com/document/product/862/50369#.E8.A7.86.E9.A2.91.E5.A4.84.E7.90.86.E7.B1.BB.E9.94.99.E8.AF.AF.E7.A0.81) 列表。
|
|
525
525
|
*/
|
|
526
526
|
ErrCodeExt: string
|
|
527
527
|
|
|
@@ -635,7 +635,7 @@ export interface AiAnalysisTaskCoverResult {
|
|
|
635
635
|
Status: string
|
|
636
636
|
|
|
637
637
|
/**
|
|
638
|
-
* 错误码,空字符串表示成功,其他值表示失败,取值请参考 [
|
|
638
|
+
* 错误码,空字符串表示成功,其他值表示失败,取值请参考 [媒体处理类错误码](https://cloud.tencent.com/document/product/862/50369#.E8.A7.86.E9.A2.91.E5.A4.84.E7.90.86.E7.B1.BB.E9.94.99.E8.AF.AF.E7.A0.81) 列表。
|
|
639
639
|
*/
|
|
640
640
|
ErrCodeExt: string
|
|
641
641
|
|
|
@@ -749,7 +749,7 @@ export interface AiReviewPoliticalOcrTaskInput {
|
|
|
749
749
|
}
|
|
750
750
|
|
|
751
751
|
/**
|
|
752
|
-
*
|
|
752
|
+
* 媒体处理的输入对象信息。
|
|
753
753
|
*/
|
|
754
754
|
export interface MediaInputInfo {
|
|
755
755
|
/**
|
|
@@ -758,12 +758,12 @@ export interface MediaInputInfo {
|
|
|
758
758
|
Type: string
|
|
759
759
|
|
|
760
760
|
/**
|
|
761
|
-
* 当 Type 为 COS
|
|
761
|
+
* 当 Type 为 COS 时有效,则该项为必填,表示媒体处理 COS 对象信息。
|
|
762
762
|
*/
|
|
763
763
|
CosInputInfo?: CosInputInfo
|
|
764
764
|
|
|
765
765
|
/**
|
|
766
|
-
* 当 Type 为 URL
|
|
766
|
+
* 当 Type 为 URL 时有效,则该项为必填,表示媒体处理 URL 对象信息。
|
|
767
767
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
768
768
|
*/
|
|
769
769
|
UrlInputInfo?: UrlInputInfo
|
|
@@ -784,17 +784,17 @@ export interface CreateWorkflowRequest {
|
|
|
784
784
|
Trigger: WorkflowTrigger
|
|
785
785
|
|
|
786
786
|
/**
|
|
787
|
-
*
|
|
787
|
+
* 媒体处理的文件输出存储位置。不填则继承 Trigger 中的存储位置。
|
|
788
788
|
*/
|
|
789
789
|
OutputStorage?: TaskOutputStorage
|
|
790
790
|
|
|
791
791
|
/**
|
|
792
|
-
*
|
|
792
|
+
* 媒体处理生成的文件输出的目标目录,如`/movie/201907/`。如果不填,表示与触发文件所在的目录一致。
|
|
793
793
|
*/
|
|
794
794
|
OutputDir?: string
|
|
795
795
|
|
|
796
796
|
/**
|
|
797
|
-
*
|
|
797
|
+
* 媒体处理类型任务参数。
|
|
798
798
|
*/
|
|
799
799
|
MediaProcessTask?: MediaProcessTaskInput
|
|
800
800
|
|
|
@@ -891,7 +891,7 @@ export interface AiReviewTaskPoliticalOcrResult {
|
|
|
891
891
|
Status: string
|
|
892
892
|
|
|
893
893
|
/**
|
|
894
|
-
* 错误码,空字符串表示成功,其他值表示失败,取值请参考 [
|
|
894
|
+
* 错误码,空字符串表示成功,其他值表示失败,取值请参考 [媒体处理类错误码](https://cloud.tencent.com/document/product/862/50369#.E8.A7.86.E9.A2.91.E5.A4.84.E7.90.86.E7.B1.BB.E9.94.99.E8.AF.AF.E7.A0.81) 列表。
|
|
895
895
|
*/
|
|
896
896
|
ErrCodeExt: string
|
|
897
897
|
|
|
@@ -1141,7 +1141,7 @@ export interface DeleteAIRecognitionTemplateResponse {
|
|
|
1141
1141
|
}
|
|
1142
1142
|
|
|
1143
1143
|
/**
|
|
1144
|
-
*
|
|
1144
|
+
* 媒体处理任务中的马赛克参数类型
|
|
1145
1145
|
*/
|
|
1146
1146
|
export interface MosaicInput {
|
|
1147
1147
|
/**
|
|
@@ -1451,7 +1451,7 @@ export interface ExecuteFunctionResponse {
|
|
|
1451
1451
|
/**
|
|
1452
1452
|
* 处理结果打包后的字符串,具体与后台一同协调。
|
|
1453
1453
|
*/
|
|
1454
|
-
Result
|
|
1454
|
+
Result: string
|
|
1455
1455
|
|
|
1456
1456
|
/**
|
|
1457
1457
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -1554,7 +1554,7 @@ export interface AiRecognitionTaskFaceResult {
|
|
|
1554
1554
|
Status: string
|
|
1555
1555
|
|
|
1556
1556
|
/**
|
|
1557
|
-
* 错误码,空字符串表示成功,其他值表示失败,取值请参考 [
|
|
1557
|
+
* 错误码,空字符串表示成功,其他值表示失败,取值请参考 [媒体处理类错误码](https://cloud.tencent.com/document/product/862/50369#.E8.A7.86.E9.A2.91.E5.A4.84.E7.90.86.E7.B1.BB.E9.94.99.E8.AF.AF.E7.A0.81) 列表。
|
|
1558
1558
|
*/
|
|
1559
1559
|
ErrCodeExt: string
|
|
1560
1560
|
|
|
@@ -1801,21 +1801,21 @@ export interface MediaAiAnalysisCoverItem {
|
|
|
1801
1801
|
}
|
|
1802
1802
|
|
|
1803
1803
|
/**
|
|
1804
|
-
*
|
|
1804
|
+
* 媒体处理 COS 对象信息。
|
|
1805
1805
|
*/
|
|
1806
1806
|
export interface CosInputInfo {
|
|
1807
1807
|
/**
|
|
1808
|
-
*
|
|
1808
|
+
* 媒体处理对象文件所在的 COS Bucket 名,如 TopRankVideo-125xxx88。
|
|
1809
1809
|
*/
|
|
1810
1810
|
Bucket: string
|
|
1811
1811
|
|
|
1812
1812
|
/**
|
|
1813
|
-
*
|
|
1813
|
+
* 媒体处理对象文件所在的 COS Bucket 所属园区,如 ap-chongqing。
|
|
1814
1814
|
*/
|
|
1815
1815
|
Region: string
|
|
1816
1816
|
|
|
1817
1817
|
/**
|
|
1818
|
-
*
|
|
1818
|
+
* 媒体处理对象文件的输入路径,如`/movie/201907/WildAnimal.mov`。
|
|
1819
1819
|
*/
|
|
1820
1820
|
Object: string
|
|
1821
1821
|
}
|
|
@@ -2066,7 +2066,7 @@ export interface MediaProcessTaskAdaptiveDynamicStreamingResult {
|
|
|
2066
2066
|
Status: string
|
|
2067
2067
|
|
|
2068
2068
|
/**
|
|
2069
|
-
* 错误码,空字符串表示成功,其他值表示失败,取值请参考 [
|
|
2069
|
+
* 错误码,空字符串表示成功,其他值表示失败,取值请参考 [媒体处理类错误码](https://cloud.tencent.com/document/product/862/50369#.E8.A7.86.E9.A2.91.E5.A4.84.E7.90.86.E7.B1.BB.E9.94.99.E8.AF.AF.E7.A0.81) 列表。
|
|
2070
2070
|
*/
|
|
2071
2071
|
ErrCodeExt: string
|
|
2072
2072
|
|
|
@@ -2355,7 +2355,7 @@ export interface AiRecognitionTaskAsrFullTextResultInput {
|
|
|
2355
2355
|
}
|
|
2356
2356
|
|
|
2357
2357
|
/**
|
|
2358
|
-
*
|
|
2358
|
+
* 媒体处理任务类型
|
|
2359
2359
|
*/
|
|
2360
2360
|
export interface MediaProcessTaskInput {
|
|
2361
2361
|
/**
|
|
@@ -2390,16 +2390,16 @@ export interface MediaProcessTaskInput {
|
|
|
2390
2390
|
}
|
|
2391
2391
|
|
|
2392
2392
|
/**
|
|
2393
|
-
*
|
|
2393
|
+
* 媒体处理 COS 输出对象信息。
|
|
2394
2394
|
*/
|
|
2395
2395
|
export interface CosOutputStorage {
|
|
2396
2396
|
/**
|
|
2397
|
-
*
|
|
2397
|
+
* 媒体处理生成的文件输出的目标 Bucket 名,如 TopRankVideo-125xxx88。如果不填,表示继承上层。
|
|
2398
2398
|
*/
|
|
2399
2399
|
Bucket?: string
|
|
2400
2400
|
|
|
2401
2401
|
/**
|
|
2402
|
-
*
|
|
2402
|
+
* 媒体处理生成的文件输出的目标 Bucket 的园区,如 ap-chongqing。如果不填,表示继承上层。
|
|
2403
2403
|
*/
|
|
2404
2404
|
Region?: string
|
|
2405
2405
|
}
|
|
@@ -2595,7 +2595,7 @@ export interface AiReviewTaskTerrorismOcrResult {
|
|
|
2595
2595
|
Status: string
|
|
2596
2596
|
|
|
2597
2597
|
/**
|
|
2598
|
-
* 错误码,空字符串表示成功,其他值表示失败,取值请参考 [
|
|
2598
|
+
* 错误码,空字符串表示成功,其他值表示失败,取值请参考 [媒体处理类错误码](https://cloud.tencent.com/document/product/862/50369#.E8.A7.86.E9.A2.91.E5.A4.84.E7.90.86.E7.B1.BB.E9.94.99.E8.AF.AF.E7.A0.81) 列表。
|
|
2599
2599
|
*/
|
|
2600
2600
|
ErrCodeExt: string
|
|
2601
2601
|
|
|
@@ -2631,7 +2631,7 @@ export interface AiRecognitionTaskOcrWordsResult {
|
|
|
2631
2631
|
Status: string
|
|
2632
2632
|
|
|
2633
2633
|
/**
|
|
2634
|
-
* 错误码,空字符串表示成功,其他值表示失败,取值请参考 [
|
|
2634
|
+
* 错误码,空字符串表示成功,其他值表示失败,取值请参考 [媒体处理类错误码](https://cloud.tencent.com/document/product/862/50369#.E8.A7.86.E9.A2.91.E5.A4.84.E7.90.86.E7.B1.BB.E9.94.99.E8.AF.AF.E7.A0.81) 列表。
|
|
2635
2635
|
*/
|
|
2636
2636
|
ErrCodeExt: string
|
|
2637
2637
|
|
|
@@ -2794,12 +2794,12 @@ export interface EditMediaRequest {
|
|
|
2794
2794
|
FileInfos: Array<EditMediaFileInfo>
|
|
2795
2795
|
|
|
2796
2796
|
/**
|
|
2797
|
-
*
|
|
2797
|
+
* 媒体处理输出文件的目标存储。
|
|
2798
2798
|
*/
|
|
2799
2799
|
OutputStorage: TaskOutputStorage
|
|
2800
2800
|
|
|
2801
2801
|
/**
|
|
2802
|
-
*
|
|
2802
|
+
* 媒体处理输出文件的目标路径。
|
|
2803
2803
|
*/
|
|
2804
2804
|
OutputObjectPath: string
|
|
2805
2805
|
|
|
@@ -2839,7 +2839,7 @@ export interface MediaProcessTaskImageSpriteResult {
|
|
|
2839
2839
|
Status: string
|
|
2840
2840
|
|
|
2841
2841
|
/**
|
|
2842
|
-
* 错误码,空字符串表示成功,其他值表示失败,取值请参考 [
|
|
2842
|
+
* 错误码,空字符串表示成功,其他值表示失败,取值请参考 [媒体处理类错误码](https://cloud.tencent.com/document/product/862/50369#.E8.A7.86.E9.A2.91.E5.A4.84.E7.90.86.E7.B1.BB.E9.94.99.E8.AF.AF.E7.A0.81) 列表。
|
|
2843
2843
|
*/
|
|
2844
2844
|
ErrCodeExt: string
|
|
2845
2845
|
|
|
@@ -2872,12 +2872,12 @@ export interface DescribeAdaptiveDynamicStreamingTemplatesResponse {
|
|
|
2872
2872
|
/**
|
|
2873
2873
|
* 符合过滤条件的记录总数。
|
|
2874
2874
|
*/
|
|
2875
|
-
TotalCount
|
|
2875
|
+
TotalCount: number
|
|
2876
2876
|
|
|
2877
2877
|
/**
|
|
2878
2878
|
* 转自适应码流模板详情列表。
|
|
2879
2879
|
*/
|
|
2880
|
-
AdaptiveDynamicStreamingTemplateSet
|
|
2880
|
+
AdaptiveDynamicStreamingTemplateSet: Array<AdaptiveDynamicStreamingTemplate>
|
|
2881
2881
|
|
|
2882
2882
|
/**
|
|
2883
2883
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -2935,7 +2935,7 @@ PicUrlExpireTime 时间点后图片将被删除)。
|
|
|
2935
2935
|
}
|
|
2936
2936
|
|
|
2937
2937
|
/**
|
|
2938
|
-
*
|
|
2938
|
+
* 媒体处理 URL 对象信息。
|
|
2939
2939
|
*/
|
|
2940
2940
|
export interface UrlInputInfo {
|
|
2941
2941
|
/**
|
|
@@ -3048,7 +3048,7 @@ export interface CreatePersonSampleResponse {
|
|
|
3048
3048
|
*/
|
|
3049
3049
|
export interface CreateContentReviewTemplateResponse {
|
|
3050
3050
|
/**
|
|
3051
|
-
*
|
|
3051
|
+
* 内容审核模板唯一标识。
|
|
3052
3052
|
*/
|
|
3053
3053
|
Definition: number
|
|
3054
3054
|
|
|
@@ -3301,7 +3301,7 @@ export interface AiReviewTaskPornOcrResult {
|
|
|
3301
3301
|
Status: string
|
|
3302
3302
|
|
|
3303
3303
|
/**
|
|
3304
|
-
* 错误码,空字符串表示成功,其他值表示失败,取值请参考 [
|
|
3304
|
+
* 错误码,空字符串表示成功,其他值表示失败,取值请参考 [媒体处理类错误码](https://cloud.tencent.com/document/product/862/50369#.E8.A7.86.E9.A2.91.E5.A4.84.E7.90.86.E7.B1.BB.E9.94.99.E8.AF.AF.E7.A0.81) 列表。
|
|
3305
3305
|
*/
|
|
3306
3306
|
ErrCodeExt: string
|
|
3307
3307
|
|
|
@@ -3367,16 +3367,16 @@ export interface DescribeWatermarkTemplatesRequest {
|
|
|
3367
3367
|
}
|
|
3368
3368
|
|
|
3369
3369
|
/**
|
|
3370
|
-
*
|
|
3370
|
+
* 媒体处理输出对象信息。
|
|
3371
3371
|
*/
|
|
3372
3372
|
export interface TaskOutputStorage {
|
|
3373
3373
|
/**
|
|
3374
|
-
*
|
|
3374
|
+
* 媒体处理输出对象存储位置的类型,现在仅支持 COS。
|
|
3375
3375
|
*/
|
|
3376
3376
|
Type: string
|
|
3377
3377
|
|
|
3378
3378
|
/**
|
|
3379
|
-
* 当 Type 为 COS
|
|
3379
|
+
* 当 Type 为 COS 时有效,则该项为必填,表示媒体处理 COS 输出位置。
|
|
3380
3380
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3381
3381
|
*/
|
|
3382
3382
|
CosOutputStorage?: CosOutputStorage
|
|
@@ -3577,7 +3577,7 @@ export interface MediaProcessTaskAnimatedGraphicResult {
|
|
|
3577
3577
|
Status: string
|
|
3578
3578
|
|
|
3579
3579
|
/**
|
|
3580
|
-
* 错误码,空字符串表示成功,其他值表示失败,取值请参考 [
|
|
3580
|
+
* 错误码,空字符串表示成功,其他值表示失败,取值请参考 [媒体处理类错误码](https://cloud.tencent.com/document/product/862/50369#.E8.A7.86.E9.A2.91.E5.A4.84.E7.90.86.E7.B1.BB.E9.94.99.E8.AF.AF.E7.A0.81) 列表。
|
|
3581
3581
|
*/
|
|
3582
3582
|
ErrCodeExt: string
|
|
3583
3583
|
|
|
@@ -3613,7 +3613,7 @@ export interface AiAnalysisTaskTagResult {
|
|
|
3613
3613
|
Status: string
|
|
3614
3614
|
|
|
3615
3615
|
/**
|
|
3616
|
-
* 错误码,空字符串表示成功,其他值表示失败,取值请参考 [
|
|
3616
|
+
* 错误码,空字符串表示成功,其他值表示失败,取值请参考 [媒体处理类错误码](https://cloud.tencent.com/document/product/862/50369#.E8.A7.86.E9.A2.91.E5.A4.84.E7.90.86.E7.B1.BB.E9.94.99.E8.AF.AF.E7.A0.81) 列表。
|
|
3617
3617
|
*/
|
|
3618
3618
|
ErrCodeExt: string
|
|
3619
3619
|
|
|
@@ -3654,22 +3654,22 @@ export interface AiAnalysisTaskTagOutput {
|
|
|
3654
3654
|
*/
|
|
3655
3655
|
export interface ProcessMediaRequest {
|
|
3656
3656
|
/**
|
|
3657
|
-
*
|
|
3657
|
+
* 媒体处理的文件输入信息。
|
|
3658
3658
|
*/
|
|
3659
3659
|
InputInfo: MediaInputInfo
|
|
3660
3660
|
|
|
3661
3661
|
/**
|
|
3662
|
-
*
|
|
3662
|
+
* 媒体处理输出文件的目标存储。不填则继承 InputInfo 中的存储位置。
|
|
3663
3663
|
*/
|
|
3664
3664
|
OutputStorage?: TaskOutputStorage
|
|
3665
3665
|
|
|
3666
3666
|
/**
|
|
3667
|
-
*
|
|
3667
|
+
* 媒体处理生成的文件输出的目标目录,如`/movie/201907/`。如果不填,表示与 InputInfo 中文件所在的目录一致。
|
|
3668
3668
|
*/
|
|
3669
3669
|
OutputDir?: string
|
|
3670
3670
|
|
|
3671
3671
|
/**
|
|
3672
|
-
*
|
|
3672
|
+
* 媒体处理类型任务参数。
|
|
3673
3673
|
*/
|
|
3674
3674
|
MediaProcessTask?: MediaProcessTaskInput
|
|
3675
3675
|
|
|
@@ -3719,7 +3719,7 @@ export interface AiRecognitionTaskOcrFullTextResult {
|
|
|
3719
3719
|
Status: string
|
|
3720
3720
|
|
|
3721
3721
|
/**
|
|
3722
|
-
* 错误码,空字符串表示成功,其他值表示失败,取值请参考 [
|
|
3722
|
+
* 错误码,空字符串表示成功,其他值表示失败,取值请参考 [媒体处理类错误码](https://cloud.tencent.com/document/product/862/50369#.E8.A7.86.E9.A2.91.E5.A4.84.E7.90.86.E7.B1.BB.E9.94.99.E8.AF.AF.E7.A0.81) 列表。
|
|
3723
3723
|
*/
|
|
3724
3724
|
ErrCodeExt: string
|
|
3725
3725
|
|
|
@@ -3755,7 +3755,7 @@ export interface MediaProcessTaskSnapshotByTimeOffsetResult {
|
|
|
3755
3755
|
Status: string
|
|
3756
3756
|
|
|
3757
3757
|
/**
|
|
3758
|
-
* 错误码,空字符串表示成功,其他值表示失败,取值请参考 [
|
|
3758
|
+
* 错误码,空字符串表示成功,其他值表示失败,取值请参考 [媒体处理类错误码](https://cloud.tencent.com/document/product/862/50369#.E8.A7.86.E9.A2.91.E5.A4.84.E7.90.86.E7.B1.BB.E9.94.99.E8.AF.AF.E7.A0.81) 列表。
|
|
3759
3759
|
*/
|
|
3760
3760
|
ErrCodeExt: string
|
|
3761
3761
|
|
|
@@ -3888,7 +3888,7 @@ export interface MediaProcessTaskTranscodeResult {
|
|
|
3888
3888
|
Status: string
|
|
3889
3889
|
|
|
3890
3890
|
/**
|
|
3891
|
-
* 错误码,空字符串表示成功,其他值表示失败,取值请参考 [
|
|
3891
|
+
* 错误码,空字符串表示成功,其他值表示失败,取值请参考 [媒体处理类错误码](https://cloud.tencent.com/document/product/862/50369#.E8.A7.86.E9.A2.91.E5.A4.84.E7.90.86.E7.B1.BB.E9.94.99.E8.AF.AF.E7.A0.81) 列表。
|
|
3892
3892
|
*/
|
|
3893
3893
|
ErrCodeExt: string
|
|
3894
3894
|
|
|
@@ -4149,12 +4149,12 @@ export interface DescribeWorkflowsResponse {
|
|
|
4149
4149
|
/**
|
|
4150
4150
|
* 符合过滤条件的记录总数。
|
|
4151
4151
|
*/
|
|
4152
|
-
TotalCount
|
|
4152
|
+
TotalCount: number
|
|
4153
4153
|
|
|
4154
4154
|
/**
|
|
4155
4155
|
* 工作流信息数组。
|
|
4156
4156
|
*/
|
|
4157
|
-
WorkflowInfoSet
|
|
4157
|
+
WorkflowInfoSet: Array<WorkflowInfo>
|
|
4158
4158
|
|
|
4159
4159
|
/**
|
|
4160
4160
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -4565,7 +4565,7 @@ export interface AnimatedGraphicTaskInput {
|
|
|
4565
4565
|
*/
|
|
4566
4566
|
export interface DeleteContentReviewTemplateRequest {
|
|
4567
4567
|
/**
|
|
4568
|
-
*
|
|
4568
|
+
* 内容审核模板唯一标识。
|
|
4569
4569
|
*/
|
|
4570
4570
|
Definition: number
|
|
4571
4571
|
}
|
|
@@ -4996,7 +4996,7 @@ export interface AiReviewTaskTerrorismResult {
|
|
|
4996
4996
|
Status: string
|
|
4997
4997
|
|
|
4998
4998
|
/**
|
|
4999
|
-
* 错误码,空字符串表示成功,其他值表示失败,取值请参考 [
|
|
4999
|
+
* 错误码,空字符串表示成功,其他值表示失败,取值请参考 [媒体处理类错误码](https://cloud.tencent.com/document/product/862/50369#.E8.A7.86.E9.A2.91.E5.A4.84.E7.90.86.E7.B1.BB.E9.94.99.E8.AF.AF.E7.A0.81) 列表。
|
|
5000
5000
|
*/
|
|
5001
5001
|
ErrCodeExt: string
|
|
5002
5002
|
|
|
@@ -5183,7 +5183,7 @@ export interface CreateSnapshotByTimeOffsetTemplateResponse {
|
|
|
5183
5183
|
/**
|
|
5184
5184
|
* 时间点截图模板唯一标识。
|
|
5185
5185
|
*/
|
|
5186
|
-
Definition
|
|
5186
|
+
Definition: number
|
|
5187
5187
|
|
|
5188
5188
|
/**
|
|
5189
5189
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -5196,17 +5196,17 @@ export interface CreateSnapshotByTimeOffsetTemplateResponse {
|
|
|
5196
5196
|
*/
|
|
5197
5197
|
export interface ModifyContentReviewTemplateRequest {
|
|
5198
5198
|
/**
|
|
5199
|
-
*
|
|
5199
|
+
* 内容审核模板唯一标识。
|
|
5200
5200
|
*/
|
|
5201
5201
|
Definition: number
|
|
5202
5202
|
|
|
5203
5203
|
/**
|
|
5204
|
-
*
|
|
5204
|
+
* 内容审核模板名称,长度限制:64 个字符。
|
|
5205
5205
|
*/
|
|
5206
5206
|
Name?: string
|
|
5207
5207
|
|
|
5208
5208
|
/**
|
|
5209
|
-
*
|
|
5209
|
+
* 内容审核模板描述信息,长度限制:256 个字符。
|
|
5210
5210
|
*/
|
|
5211
5211
|
Comment?: string
|
|
5212
5212
|
|
|
@@ -5234,7 +5234,7 @@ export interface ModifyContentReviewTemplateRequest {
|
|
|
5234
5234
|
ProhibitedConfigure?: ProhibitedConfigureInfoForUpdate
|
|
5235
5235
|
|
|
5236
5236
|
/**
|
|
5237
|
-
*
|
|
5237
|
+
* 用户自定义内容审核控制参数。
|
|
5238
5238
|
*/
|
|
5239
5239
|
UserDefineConfigure?: UserDefineConfigureInfoForUpdate
|
|
5240
5240
|
}
|
|
@@ -5289,7 +5289,7 @@ export interface CreateAdaptiveDynamicStreamingTemplateResponse {
|
|
|
5289
5289
|
/**
|
|
5290
5290
|
* 自适应转码模板唯一标识。
|
|
5291
5291
|
*/
|
|
5292
|
-
Definition
|
|
5292
|
+
Definition: number
|
|
5293
5293
|
|
|
5294
5294
|
/**
|
|
5295
5295
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -5485,7 +5485,7 @@ export interface CreateSampleSnapshotTemplateResponse {
|
|
|
5485
5485
|
/**
|
|
5486
5486
|
* 采样截图模板唯一标识。
|
|
5487
5487
|
*/
|
|
5488
|
-
Definition
|
|
5488
|
+
Definition: number
|
|
5489
5489
|
|
|
5490
5490
|
/**
|
|
5491
5491
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -5663,7 +5663,7 @@ export interface AiReviewTaskPoliticalAsrResult {
|
|
|
5663
5663
|
Status: string
|
|
5664
5664
|
|
|
5665
5665
|
/**
|
|
5666
|
-
* 错误码,空字符串表示成功,其他值表示失败,取值请参考 [
|
|
5666
|
+
* 错误码,空字符串表示成功,其他值表示失败,取值请参考 [媒体处理类错误码](https://cloud.tencent.com/document/product/862/50369#.E8.A7.86.E9.A2.91.E5.A4.84.E7.90.86.E7.B1.BB.E9.94.99.E8.AF.AF.E7.A0.81) 列表。
|
|
5667
5667
|
*/
|
|
5668
5668
|
ErrCodeExt: string
|
|
5669
5669
|
|
|
@@ -5815,7 +5815,7 @@ export interface AiReviewTaskPornResult {
|
|
|
5815
5815
|
Status: string
|
|
5816
5816
|
|
|
5817
5817
|
/**
|
|
5818
|
-
* 错误码,空字符串表示成功,其他值表示失败,取值请参考 [
|
|
5818
|
+
* 错误码,空字符串表示成功,其他值表示失败,取值请参考 [媒体处理类错误码](https://cloud.tencent.com/document/product/862/50369#.E8.A7.86.E9.A2.91.E5.A4.84.E7.90.86.E7.B1.BB.E9.94.99.E8.AF.AF.E7.A0.81) 列表。
|
|
5819
5819
|
*/
|
|
5820
5820
|
ErrCodeExt: string
|
|
5821
5821
|
|
|
@@ -6317,7 +6317,7 @@ export interface CreateAIAnalysisTemplateResponse {
|
|
|
6317
6317
|
/**
|
|
6318
6318
|
* 视频内容分析模板唯一标识。
|
|
6319
6319
|
*/
|
|
6320
|
-
Definition
|
|
6320
|
+
Definition: number
|
|
6321
6321
|
|
|
6322
6322
|
/**
|
|
6323
6323
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -6335,7 +6335,7 @@ export interface MediaProcessTaskSampleSnapshotResult {
|
|
|
6335
6335
|
Status: string
|
|
6336
6336
|
|
|
6337
6337
|
/**
|
|
6338
|
-
* 错误码,空字符串表示成功,其他值表示失败,取值请参考 [
|
|
6338
|
+
* 错误码,空字符串表示成功,其他值表示失败,取值请参考 [媒体处理类错误码](https://cloud.tencent.com/document/product/862/50369#.E8.A7.86.E9.A2.91.E5.A4.84.E7.90.86.E7.B1.BB.E9.94.99.E8.AF.AF.E7.A0.81) 列表。
|
|
6339
6339
|
*/
|
|
6340
6340
|
ErrCodeExt: string
|
|
6341
6341
|
|
|
@@ -6577,7 +6577,7 @@ export interface AiAnalysisTaskFrameTagResult {
|
|
|
6577
6577
|
Status: string
|
|
6578
6578
|
|
|
6579
6579
|
/**
|
|
6580
|
-
* 错误码,空字符串表示成功,其他值表示失败,取值请参考 [
|
|
6580
|
+
* 错误码,空字符串表示成功,其他值表示失败,取值请参考 [媒体处理类错误码](https://cloud.tencent.com/document/product/862/50369#.E8.A7.86.E9.A2.91.E5.A4.84.E7.90.86.E7.B1.BB.E9.94.99.E8.AF.AF.E7.A0.81) 列表。
|
|
6581
6581
|
*/
|
|
6582
6582
|
ErrCodeExt: string
|
|
6583
6583
|
|
|
@@ -6660,7 +6660,7 @@ export interface AiRecognitionTaskAsrFullTextResult {
|
|
|
6660
6660
|
Status: string
|
|
6661
6661
|
|
|
6662
6662
|
/**
|
|
6663
|
-
* 错误码,空字符串表示成功,其他值表示失败,取值请参考 [
|
|
6663
|
+
* 错误码,空字符串表示成功,其他值表示失败,取值请参考 [媒体处理类错误码](https://cloud.tencent.com/document/product/862/50369#.E8.A7.86.E9.A2.91.E5.A4.84.E7.90.86.E7.B1.BB.E9.94.99.E8.AF.AF.E7.A0.81) 列表。
|
|
6664
6664
|
*/
|
|
6665
6665
|
ErrCodeExt: string
|
|
6666
6666
|
|
|
@@ -6903,7 +6903,7 @@ export interface DeleteWordSamplesResponse {
|
|
|
6903
6903
|
}
|
|
6904
6904
|
|
|
6905
6905
|
/**
|
|
6906
|
-
*
|
|
6906
|
+
* 媒体处理任务中的水印参数类型
|
|
6907
6907
|
*/
|
|
6908
6908
|
export interface WatermarkInput {
|
|
6909
6909
|
/**
|
|
@@ -7213,12 +7213,12 @@ export interface VideoTemplateInfoForUpdate {
|
|
|
7213
7213
|
*/
|
|
7214
7214
|
export interface CreateContentReviewTemplateRequest {
|
|
7215
7215
|
/**
|
|
7216
|
-
*
|
|
7216
|
+
* 内容审核模板名称,长度限制:64 个字符。
|
|
7217
7217
|
*/
|
|
7218
7218
|
Name?: string
|
|
7219
7219
|
|
|
7220
7220
|
/**
|
|
7221
|
-
*
|
|
7221
|
+
* 内容审核模板描述信息,长度限制:256 个字符。
|
|
7222
7222
|
*/
|
|
7223
7223
|
Comment?: string
|
|
7224
7224
|
|
|
@@ -7246,7 +7246,7 @@ export interface CreateContentReviewTemplateRequest {
|
|
|
7246
7246
|
ProhibitedConfigure?: ProhibitedConfigureInfo
|
|
7247
7247
|
|
|
7248
7248
|
/**
|
|
7249
|
-
*
|
|
7249
|
+
* 用户自定义内容审核控制参数。
|
|
7250
7250
|
*/
|
|
7251
7251
|
UserDefineConfigure?: UserDefineConfigureInfo
|
|
7252
7252
|
}
|
|
@@ -7256,7 +7256,7 @@ export interface CreateContentReviewTemplateRequest {
|
|
|
7256
7256
|
*/
|
|
7257
7257
|
export interface DescribeContentReviewTemplatesRequest {
|
|
7258
7258
|
/**
|
|
7259
|
-
*
|
|
7259
|
+
* 智能审核模板唯一标识过滤条件,数组长度限制:50。
|
|
7260
7260
|
*/
|
|
7261
7261
|
Definitions?: Array<number>
|
|
7262
7262
|
|
|
@@ -7321,12 +7321,12 @@ export interface DescribeImageSpriteTemplatesResponse {
|
|
|
7321
7321
|
/**
|
|
7322
7322
|
* 符合过滤条件的记录总数。
|
|
7323
7323
|
*/
|
|
7324
|
-
TotalCount
|
|
7324
|
+
TotalCount: number
|
|
7325
7325
|
|
|
7326
7326
|
/**
|
|
7327
7327
|
* 雪碧图模板详情列表。
|
|
7328
7328
|
*/
|
|
7329
|
-
ImageSpriteTemplateSet
|
|
7329
|
+
ImageSpriteTemplateSet: Array<ImageSpriteTemplate>
|
|
7330
7330
|
|
|
7331
7331
|
/**
|
|
7332
7332
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -7339,24 +7339,24 @@ export interface DescribeImageSpriteTemplatesResponse {
|
|
|
7339
7339
|
*/
|
|
7340
7340
|
export interface TaskNotifyConfig {
|
|
7341
7341
|
/**
|
|
7342
|
-
* CMQ 的模型,有 Queue 和 Topic
|
|
7342
|
+
* CMQ或TDMQ-CMQ 的模型,有 Queue 和 Topic 两种。
|
|
7343
7343
|
*/
|
|
7344
7344
|
CmqModel: string
|
|
7345
7345
|
|
|
7346
7346
|
/**
|
|
7347
|
-
* CMQ 的园区,如 sh,bj 等。
|
|
7347
|
+
* CMQ或TDMQ-CMQ 的园区,如 sh,bj 等。
|
|
7348
7348
|
*/
|
|
7349
7349
|
CmqRegion: string
|
|
7350
7350
|
|
|
7351
7351
|
/**
|
|
7352
|
-
* 当模型为
|
|
7352
|
+
* 当模型为 Topic 时有效,表示接收事件通知的 CMQ 或 TDMQ-CMQ 的主题名。
|
|
7353
7353
|
*/
|
|
7354
|
-
|
|
7354
|
+
TopicName?: string
|
|
7355
7355
|
|
|
7356
7356
|
/**
|
|
7357
|
-
* 当模型为
|
|
7357
|
+
* 当模型为 Queue 时有效,表示接收事件通知的 CMQ 或 TDMQ-CMQ 的队列名。
|
|
7358
7358
|
*/
|
|
7359
|
-
|
|
7359
|
+
QueueName?: string
|
|
7360
7360
|
|
|
7361
7361
|
/**
|
|
7362
7362
|
* 工作流通知的模式,可取值有 Finish 和 Change,不填代表 Finish。
|
|
@@ -7364,8 +7364,12 @@ export interface TaskNotifyConfig {
|
|
|
7364
7364
|
NotifyMode?: string
|
|
7365
7365
|
|
|
7366
7366
|
/**
|
|
7367
|
-
|
|
7368
|
-
|
|
7367
|
+
* 通知类型,可选值:
|
|
7368
|
+
<li>CMQ:已下线,建议切换到TDMQ-CMQ</li>
|
|
7369
|
+
<li>TDMQ-CMQ:消息队列</li>
|
|
7370
|
+
<li>URL:指定URL时HTTP回调推送到 NotifyUrl 指定的地址,回调协议http+json,包体内容同解析事件通知接口的输出参数 </li>
|
|
7371
|
+
目前 默认CMQ。
|
|
7372
|
+
*/
|
|
7369
7373
|
NotifyType?: string
|
|
7370
7374
|
|
|
7371
7375
|
/**
|
|
@@ -7384,7 +7388,7 @@ export interface AiReviewTaskPoliticalResult {
|
|
|
7384
7388
|
Status: string
|
|
7385
7389
|
|
|
7386
7390
|
/**
|
|
7387
|
-
* 错误码,空字符串表示成功,其他值表示失败,取值请参考 [
|
|
7391
|
+
* 错误码,空字符串表示成功,其他值表示失败,取值请参考 [媒体处理类错误码](https://cloud.tencent.com/document/product/862/50369#.E8.A7.86.E9.A2.91.E5.A4.84.E7.90.86.E7.B1.BB.E9.94.99.E8.AF.AF.E7.A0.81) 列表。
|
|
7388
7392
|
*/
|
|
7389
7393
|
ErrCodeExt: string
|
|
7390
7394
|
|
|
@@ -7914,12 +7918,12 @@ export interface DescribeSnapshotByTimeOffsetTemplatesResponse {
|
|
|
7914
7918
|
/**
|
|
7915
7919
|
* 符合过滤条件的记录总数。
|
|
7916
7920
|
*/
|
|
7917
|
-
TotalCount
|
|
7921
|
+
TotalCount: number
|
|
7918
7922
|
|
|
7919
7923
|
/**
|
|
7920
7924
|
* 指定时间点截图模板详情列表。
|
|
7921
7925
|
*/
|
|
7922
|
-
SnapshotByTimeOffsetTemplateSet
|
|
7926
|
+
SnapshotByTimeOffsetTemplateSet: Array<SnapshotByTimeOffsetTemplate>
|
|
7923
7927
|
|
|
7924
7928
|
/**
|
|
7925
7929
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -8159,7 +8163,7 @@ export interface CreateTranscodeTemplateResponse {
|
|
|
8159
8163
|
/**
|
|
8160
8164
|
* 转码模板唯一标识。
|
|
8161
8165
|
*/
|
|
8162
|
-
Definition
|
|
8166
|
+
Definition: number
|
|
8163
8167
|
|
|
8164
8168
|
/**
|
|
8165
8169
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -8556,7 +8560,7 @@ export interface ModifyAIAnalysisTemplateRequest {
|
|
|
8556
8560
|
*/
|
|
8557
8561
|
export interface LiveStreamProcessTask {
|
|
8558
8562
|
/**
|
|
8559
|
-
*
|
|
8563
|
+
* 媒体处理任务 ID。
|
|
8560
8564
|
*/
|
|
8561
8565
|
TaskId: string
|
|
8562
8566
|
|
|
@@ -8590,12 +8594,12 @@ export interface CreateWatermarkTemplateResponse {
|
|
|
8590
8594
|
/**
|
|
8591
8595
|
* 水印模板唯一标识。
|
|
8592
8596
|
*/
|
|
8593
|
-
Definition
|
|
8597
|
+
Definition: number
|
|
8594
8598
|
|
|
8595
8599
|
/**
|
|
8596
8600
|
* 水印图片地址,仅当 Type 为 image,该字段有效。
|
|
8597
8601
|
*/
|
|
8598
|
-
ImageUrl
|
|
8602
|
+
ImageUrl: string
|
|
8599
8603
|
|
|
8600
8604
|
/**
|
|
8601
8605
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -8610,12 +8614,12 @@ export interface DescribeSampleSnapshotTemplatesResponse {
|
|
|
8610
8614
|
/**
|
|
8611
8615
|
* 符合过滤条件的记录总数。
|
|
8612
8616
|
*/
|
|
8613
|
-
TotalCount
|
|
8617
|
+
TotalCount: number
|
|
8614
8618
|
|
|
8615
8619
|
/**
|
|
8616
8620
|
* 采样截图模板详情列表。
|
|
8617
8621
|
*/
|
|
8618
|
-
SampleSnapshotTemplateSet
|
|
8622
|
+
SampleSnapshotTemplateSet: Array<SampleSnapshotTemplate>
|
|
8619
8623
|
|
|
8620
8624
|
/**
|
|
8621
8625
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -8837,12 +8841,12 @@ export interface DescribeWatermarkTemplatesResponse {
|
|
|
8837
8841
|
/**
|
|
8838
8842
|
* 符合过滤条件的记录总数。
|
|
8839
8843
|
*/
|
|
8840
|
-
TotalCount
|
|
8844
|
+
TotalCount: number
|
|
8841
8845
|
|
|
8842
8846
|
/**
|
|
8843
8847
|
* 水印模板详情列表。
|
|
8844
8848
|
*/
|
|
8845
|
-
WatermarkTemplateSet
|
|
8849
|
+
WatermarkTemplateSet: Array<WatermarkTemplate>
|
|
8846
8850
|
|
|
8847
8851
|
/**
|
|
8848
8852
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -9169,7 +9173,7 @@ export interface AiRecognitionTaskAsrWordsResult {
|
|
|
9169
9173
|
Status: string
|
|
9170
9174
|
|
|
9171
9175
|
/**
|
|
9172
|
-
* 错误码,空字符串表示成功,其他值表示失败,取值请参考 [
|
|
9176
|
+
* 错误码,空字符串表示成功,其他值表示失败,取值请参考 [媒体处理类错误码](https://cloud.tencent.com/document/product/862/50369#.E8.A7.86.E9.A2.91.E5.A4.84.E7.90.86.E7.B1.BB.E9.94.99.E8.AF.AF.E7.A0.81) 列表。
|
|
9173
9177
|
*/
|
|
9174
9178
|
ErrCodeExt: string
|
|
9175
9179
|
|
|
@@ -9268,11 +9272,11 @@ export interface CreateSampleSnapshotTemplateRequest {
|
|
|
9268
9272
|
}
|
|
9269
9273
|
|
|
9270
9274
|
/**
|
|
9271
|
-
*
|
|
9275
|
+
* 媒体处理任务信息
|
|
9272
9276
|
*/
|
|
9273
9277
|
export interface WorkflowTask {
|
|
9274
9278
|
/**
|
|
9275
|
-
*
|
|
9279
|
+
* 媒体处理任务 ID。
|
|
9276
9280
|
*/
|
|
9277
9281
|
TaskId: string
|
|
9278
9282
|
|
|
@@ -9294,7 +9298,7 @@ export interface WorkflowTask {
|
|
|
9294
9298
|
Message: string
|
|
9295
9299
|
|
|
9296
9300
|
/**
|
|
9297
|
-
*
|
|
9301
|
+
* 媒体处理的目标文件信息。
|
|
9298
9302
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
9299
9303
|
*/
|
|
9300
9304
|
InputInfo: MediaInputInfo
|
|
@@ -9306,7 +9310,7 @@ export interface WorkflowTask {
|
|
|
9306
9310
|
MetaData: MediaMetaData
|
|
9307
9311
|
|
|
9308
9312
|
/**
|
|
9309
|
-
*
|
|
9313
|
+
* 媒体处理任务的执行状态与结果。
|
|
9310
9314
|
*/
|
|
9311
9315
|
MediaProcessResultSet: Array<MediaProcessTaskResult>
|
|
9312
9316
|
|
|
@@ -9336,7 +9340,7 @@ export interface AiReviewTaskPornAsrResult {
|
|
|
9336
9340
|
Status: string
|
|
9337
9341
|
|
|
9338
9342
|
/**
|
|
9339
|
-
* 错误码,空字符串表示成功,其他值表示失败,取值请参考 [
|
|
9343
|
+
* 错误码,空字符串表示成功,其他值表示失败,取值请参考 [媒体处理类错误码](https://cloud.tencent.com/document/product/862/50369#.E8.A7.86.E9.A2.91.E5.A4.84.E7.90.86.E7.B1.BB.E9.94.99.E8.AF.AF.E7.A0.81) 列表。
|
|
9340
9344
|
*/
|
|
9341
9345
|
ErrCodeExt: string
|
|
9342
9346
|
|
|
@@ -9576,12 +9580,12 @@ export interface DescribeTranscodeTemplatesResponse {
|
|
|
9576
9580
|
/**
|
|
9577
9581
|
* 符合过滤条件的记录总数。
|
|
9578
9582
|
*/
|
|
9579
|
-
TotalCount
|
|
9583
|
+
TotalCount: number
|
|
9580
9584
|
|
|
9581
9585
|
/**
|
|
9582
9586
|
* 转码模板详情列表。
|
|
9583
9587
|
*/
|
|
9584
|
-
TranscodeTemplateSet
|
|
9588
|
+
TranscodeTemplateSet: Array<TranscodeTemplate>
|
|
9585
9589
|
|
|
9586
9590
|
/**
|
|
9587
9591
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -9616,12 +9620,12 @@ export interface DescribeAnimatedGraphicsTemplatesResponse {
|
|
|
9616
9620
|
/**
|
|
9617
9621
|
* 符合过滤条件的记录总数。
|
|
9618
9622
|
*/
|
|
9619
|
-
TotalCount
|
|
9623
|
+
TotalCount: number
|
|
9620
9624
|
|
|
9621
9625
|
/**
|
|
9622
9626
|
* 转动图模板详情列表。
|
|
9623
9627
|
*/
|
|
9624
|
-
AnimatedGraphicsTemplateSet
|
|
9628
|
+
AnimatedGraphicsTemplateSet: Array<AnimatedGraphicsTemplate>
|
|
9625
9629
|
|
|
9626
9630
|
/**
|
|
9627
9631
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -9726,7 +9730,7 @@ export interface CreateAnimatedGraphicsTemplateResponse {
|
|
|
9726
9730
|
/**
|
|
9727
9731
|
* 转动图模板唯一标识。
|
|
9728
9732
|
*/
|
|
9729
|
-
Definition
|
|
9733
|
+
Definition: number
|
|
9730
9734
|
|
|
9731
9735
|
/**
|
|
9732
9736
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -9744,7 +9748,7 @@ export interface AiAnalysisTaskClassificationResult {
|
|
|
9744
9748
|
Status: string
|
|
9745
9749
|
|
|
9746
9750
|
/**
|
|
9747
|
-
* 错误码,空字符串表示成功,其他值表示失败,取值请参考 [
|
|
9751
|
+
* 错误码,空字符串表示成功,其他值表示失败,取值请参考 [媒体处理类错误码](https://cloud.tencent.com/document/product/862/50369#.E8.A7.86.E9.A2.91.E5.A4.84.E7.90.86.E7.B1.BB.E9.94.99.E8.AF.AF.E7.A0.81) 列表。
|
|
9748
9752
|
*/
|
|
9749
9753
|
ErrCodeExt: string
|
|
9750
9754
|
|
|
@@ -9875,6 +9879,66 @@ export interface AiRecognitionTaskFaceResultItem {
|
|
|
9875
9879
|
* 人物出现的片段结果集。
|
|
9876
9880
|
*/
|
|
9877
9881
|
SegmentSet: Array<AiRecognitionTaskFaceSegmentItem>
|
|
9882
|
+
|
|
9883
|
+
/**
|
|
9884
|
+
* 人物性别:
|
|
9885
|
+
<li>Male:男性;</li>
|
|
9886
|
+
<li>Female:女性。</li>
|
|
9887
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
9888
|
+
*/
|
|
9889
|
+
Gender: string
|
|
9890
|
+
|
|
9891
|
+
/**
|
|
9892
|
+
* 人物出生日期。
|
|
9893
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
9894
|
+
*/
|
|
9895
|
+
Birthday: string
|
|
9896
|
+
|
|
9897
|
+
/**
|
|
9898
|
+
* 人物职业或者职务。
|
|
9899
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
9900
|
+
*/
|
|
9901
|
+
Profession: string
|
|
9902
|
+
|
|
9903
|
+
/**
|
|
9904
|
+
* 人物毕业院校。
|
|
9905
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
9906
|
+
*/
|
|
9907
|
+
SchoolOfGraduation: string
|
|
9908
|
+
|
|
9909
|
+
/**
|
|
9910
|
+
* 人物简介。
|
|
9911
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
9912
|
+
*/
|
|
9913
|
+
Abstract: string
|
|
9914
|
+
|
|
9915
|
+
/**
|
|
9916
|
+
* 人物出生地或者籍贯。
|
|
9917
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
9918
|
+
*/
|
|
9919
|
+
PlaceOfBirth: string
|
|
9920
|
+
|
|
9921
|
+
/**
|
|
9922
|
+
* 人物类型:
|
|
9923
|
+
<li>Politician:官员;</li>
|
|
9924
|
+
<li>Artist:艺人。</li>
|
|
9925
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
9926
|
+
*/
|
|
9927
|
+
PersonType: string
|
|
9928
|
+
|
|
9929
|
+
/**
|
|
9930
|
+
* 敏感度标注:
|
|
9931
|
+
<li>Normal:正常;</li>
|
|
9932
|
+
<li>Sensitive:敏感。</li>
|
|
9933
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
9934
|
+
*/
|
|
9935
|
+
Remark: string
|
|
9936
|
+
|
|
9937
|
+
/**
|
|
9938
|
+
* 截图链接
|
|
9939
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
9940
|
+
*/
|
|
9941
|
+
Url: string
|
|
9878
9942
|
}
|
|
9879
9943
|
|
|
9880
9944
|
/**
|
|
@@ -9941,7 +10005,7 @@ export interface CreateImageSpriteTemplateResponse {
|
|
|
9941
10005
|
/**
|
|
9942
10006
|
* 雪碧图模板唯一标识。
|
|
9943
10007
|
*/
|
|
9944
|
-
Definition
|
|
10008
|
+
Definition: number
|
|
9945
10009
|
|
|
9946
10010
|
/**
|
|
9947
10011
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -9983,7 +10047,7 @@ export interface ModifyWatermarkTemplateResponse {
|
|
|
9983
10047
|
/**
|
|
9984
10048
|
* 图片水印地址,仅当 ImageTemplate.ImageContent 非空,该字段有效。
|
|
9985
10049
|
*/
|
|
9986
|
-
ImageUrl
|
|
10050
|
+
ImageUrl: string
|
|
9987
10051
|
|
|
9988
10052
|
/**
|
|
9989
10053
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|