tencentcloud-sdk-nodejs-vod 4.0.687 → 4.0.688

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.
@@ -546,26 +546,26 @@ export interface AdaptiveDynamicStreamingTemplate {
546
546
  /**
547
547
  * 转自适应码流模板唯一标识。
548
548
  */
549
- Definition: number;
549
+ Definition?: number;
550
550
  /**
551
551
  * 模板类型,取值范围:
552
552
  <li>Preset:系统预置模板;</li>
553
553
  <li>Custom:用户自定义模板。</li>
554
554
  */
555
- Type: string;
555
+ Type?: string;
556
556
  /**
557
557
  * 转自适应码流模板名称。
558
558
  */
559
- Name: string;
559
+ Name?: string;
560
560
  /**
561
561
  * 转自适应码流模板描述信息。
562
562
  */
563
- Comment: string;
563
+ Comment?: string;
564
564
  /**
565
565
  * 自适应转码格式,取值范围:
566
566
  <li>HLS。</li>
567
567
  */
568
- Format: string;
568
+ Format?: string;
569
569
  /**
570
570
  * DRM 类型,取值范围:
571
571
  <li>SimpleAES</li>
@@ -573,42 +573,42 @@ export interface AdaptiveDynamicStreamingTemplate {
573
573
  <li>FairPlay</li>
574
574
  如果取值为空字符串,代表不对视频做 DRM 保护。
575
575
  */
576
- DrmType: string;
576
+ DrmType?: string;
577
577
  /**
578
578
  * DRM 的密钥提供商,取值范围:
579
579
  <li>SDMC:华曦达;</li>
580
580
  <li>VOD:云点播。</li>
581
581
  默认值为 VOD 。
582
582
  */
583
- DrmKeyProvider: string;
583
+ DrmKeyProvider?: string;
584
584
  /**
585
585
  * 自适应转码输入流参数信息,最多输入10路流。
586
586
  */
587
- StreamInfos: Array<AdaptiveStreamTemplate>;
587
+ StreamInfos?: Array<AdaptiveStreamTemplate>;
588
588
  /**
589
589
  * 是否禁止视频低码率转高码率,取值范围:
590
590
  <li>0:否,</li>
591
591
  <li>1:是。</li>
592
592
  */
593
- DisableHigherVideoBitrate: number;
593
+ DisableHigherVideoBitrate?: number;
594
594
  /**
595
595
  * 是否禁止视频分辨率转高分辨率,取值范围:
596
596
  <li>0:否,</li>
597
597
  <li>1:是。</li>
598
598
  */
599
- DisableHigherVideoResolution: number;
599
+ DisableHigherVideoResolution?: number;
600
600
  /**
601
601
  * 模板创建时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
602
602
  */
603
- CreateTime: string;
603
+ CreateTime?: string;
604
604
  /**
605
605
  * 模板最后修改时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
606
606
  */
607
- UpdateTime: string;
607
+ UpdateTime?: string;
608
608
  /**
609
609
  * 切片类型,仅当 Format 为 HLS 时有效。
610
610
  */
611
- SegmentType: string;
611
+ SegmentType?: string;
612
612
  }
613
613
  /**
614
614
  * DeleteAnimatedGraphicsTemplate返回参数结构体
@@ -722,18 +722,18 @@ export interface MediaMiniProgramReviewElem {
722
722
  <li>Political.Ocr:文字涉及令人不适宜的信息,</li>
723
723
  <li>Political.Asr:声音涉及令人不适宜的信息。</li>
724
724
  */
725
- Type: string;
725
+ Type?: string;
726
726
  /**
727
727
  * 音视频审核意见。
728
728
  <li>pass:确认正常,</li>
729
729
  <li>block:确认违规,</li>
730
730
  <li>review:疑似违规。</li>
731
731
  */
732
- Suggestion: string;
732
+ Suggestion?: string;
733
733
  /**
734
734
  * 音视频审核结果置信度。取值 0~100。
735
735
  */
736
- Confidence: number;
736
+ Confidence?: number;
737
737
  }
738
738
  /**
739
739
  * ManageTask返回参数结构体
@@ -1005,7 +1005,7 @@ export interface AiReviewPoliticalOcrTaskInput {
1005
1005
  /**
1006
1006
  * 鉴别涉及令人不适宜信息的模板 ID。
1007
1007
  */
1008
- Definition: number;
1008
+ Definition?: number;
1009
1009
  }
1010
1010
  /**
1011
1011
  * DescribePrepaidProducts请求参数结构体
@@ -1431,7 +1431,7 @@ export interface AiReviewPoliticalTaskInput {
1431
1431
  /**
1432
1432
  * 鉴别涉及令人不适宜信息的模板 ID。
1433
1433
  */
1434
- Definition: number;
1434
+ Definition?: number;
1435
1435
  }
1436
1436
  /**
1437
1437
  * VerifyDomainRecord返回参数结构体
@@ -1567,22 +1567,22 @@ export interface ContentReviewOcrResult {
1567
1567
  /**
1568
1568
  * Ocr 文字鉴别结果的评分,分值为0到100。
1569
1569
  */
1570
- Confidence: number;
1570
+ Confidence?: number;
1571
1571
  /**
1572
1572
  * Ocr 文字鉴别的结果建议,取值范围:
1573
1573
  <li>pass;</li>
1574
1574
  <li>review;</li>
1575
1575
  <li>block。</li>
1576
1576
  */
1577
- Suggestion: string;
1577
+ Suggestion?: string;
1578
1578
  /**
1579
1579
  * Ocr 文字鉴别的嫌疑关键词列表。
1580
1580
  */
1581
- KeywordSet: Array<string>;
1581
+ KeywordSet?: Array<string>;
1582
1582
  /**
1583
1583
  * Ocr 文字鉴别的嫌疑文字出现的区域坐标 (像素级),[x1, y1, x2, y2],即左上角坐标、右下角坐标。
1584
1584
  */
1585
- AreaCoordSet: Array<number | bigint>;
1585
+ AreaCoordSet?: Array<number | bigint>;
1586
1586
  }
1587
1587
  /**
1588
1588
  * ComposeMedia返回参数结构体
@@ -1604,23 +1604,23 @@ export interface RoundPlayInfo {
1604
1604
  /**
1605
1605
  * 轮播播单标识。
1606
1606
  */
1607
- RoundPlayId: string;
1607
+ RoundPlayId?: string;
1608
1608
  /**
1609
1609
  * 启播时间,格式按照 ISO 8601标准表示,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/266/11732#52)。
1610
1610
  */
1611
- StartTime: string;
1611
+ StartTime?: string;
1612
1612
  /**
1613
1613
  * 轮播列表。
1614
1614
  */
1615
- RoundPlaylist: Array<RoundPlayListItemInfo>;
1615
+ RoundPlaylist?: Array<RoundPlayListItemInfo>;
1616
1616
  /**
1617
1617
  * 轮播播单名称,长度限制:64 个字符。
1618
1618
  */
1619
- Name: string;
1619
+ Name?: string;
1620
1620
  /**
1621
1621
  * 轮播播单描述信息,长度限制:256 个字符。
1622
1622
  */
1623
- Desc: string;
1623
+ Desc?: string;
1624
1624
  /**
1625
1625
  * 播放状态,可选值:
1626
1626
  <li>Enabled:启动状态;</li>
@@ -2137,7 +2137,7 @@ export interface AiReviewPornAsrTaskInput {
2137
2137
  /**
2138
2138
  * 鉴别涉及令人反感的信息的模板 ID。
2139
2139
  */
2140
- Definition: number;
2140
+ Definition?: number;
2141
2141
  }
2142
2142
  /**
2143
2143
  * 人脸识别结果。
@@ -2146,32 +2146,32 @@ export interface AiRecognitionTaskFaceResult {
2146
2146
  /**
2147
2147
  * 任务状态,有 PROCESSING,SUCCESS 和 FAIL 三种。
2148
2148
  */
2149
- Status: string;
2149
+ Status?: string;
2150
2150
  /**
2151
2151
  * 错误码,空字符串表示成功,其他值表示失败,取值请参考 [视频处理类错误码](https://cloud.tencent.com/document/product/266/50368#.E8.A7.86.E9.A2.91.E5.A4.84.E7.90.86.E7.B1.BB.E9.94.99.E8.AF.AF.E7.A0.81) 列表。
2152
2152
  */
2153
- ErrCodeExt: string;
2153
+ ErrCodeExt?: string;
2154
2154
  /**
2155
2155
  * 错误码,0 表示成功,其他值表示失败(该字段已不推荐使用,建议使用新的错误码字段 ErrCodeExt)。
2156
2156
  */
2157
- ErrCode: number;
2157
+ ErrCode?: number;
2158
2158
  /**
2159
2159
  * 错误信息。
2160
2160
  */
2161
- Message: string;
2161
+ Message?: string;
2162
2162
  /**
2163
2163
  * 人脸识别任务输入信息。
2164
2164
  */
2165
- Input: AiRecognitionTaskFaceResultInput;
2165
+ Input?: AiRecognitionTaskFaceResultInput;
2166
2166
  /**
2167
2167
  * 人脸识别任务输出信息。
2168
2168
  注意:此字段可能返回 null,表示取不到有效值。
2169
2169
  */
2170
- Output: AiRecognitionTaskFaceResultOutput;
2170
+ Output?: AiRecognitionTaskFaceResultOutput;
2171
2171
  /**
2172
2172
  * 人脸识别任务进度,取值范围 [0-100] 。
2173
2173
  */
2174
- Progress: number;
2174
+ Progress?: number;
2175
2175
  /**
2176
2176
  * 人脸识别任务开始执行的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
2177
2177
  */
@@ -2270,32 +2270,32 @@ export interface MediaProcessTaskSampleSnapshotResult {
2270
2270
  /**
2271
2271
  * 任务状态,有 PROCESSING,SUCCESS 和 FAIL 三种。
2272
2272
  */
2273
- Status: string;
2273
+ Status?: string;
2274
2274
  /**
2275
2275
  * 错误码,空字符串表示成功,其他值表示失败,取值请参考 [视频处理类错误码](https://cloud.tencent.com/document/product/266/50368#.E8.A7.86.E9.A2.91.E5.A4.84.E7.90.86.E7.B1.BB.E9.94.99.E8.AF.AF.E7.A0.81) 列表。
2276
2276
  */
2277
- ErrCodeExt: string;
2277
+ ErrCodeExt?: string;
2278
2278
  /**
2279
2279
  * 错误码,0 表示成功,其他值表示失败(该字段已不推荐使用,建议使用新的错误码字段 ErrCodeExt)。
2280
2280
  */
2281
- ErrCode: number;
2281
+ ErrCode?: number;
2282
2282
  /**
2283
2283
  * 错误信息。
2284
2284
  */
2285
- Message: string;
2285
+ Message?: string;
2286
2286
  /**
2287
2287
  * 对视频做采样截图任务输入。
2288
2288
  */
2289
- Input: SampleSnapshotTaskInput;
2289
+ Input?: SampleSnapshotTaskInput;
2290
2290
  /**
2291
2291
  * 对视频做采样截图任务输出。
2292
2292
  注意:此字段可能返回 null,表示取不到有效值。
2293
2293
  */
2294
- Output: MediaSampleSnapshotItem;
2294
+ Output?: MediaSampleSnapshotItem;
2295
2295
  /**
2296
2296
  * 对视频做采样截图任务进度,取值范围 [0-100] 。
2297
2297
  */
2298
- Progress: number;
2298
+ Progress?: number;
2299
2299
  /**
2300
2300
  * 采样截图任务开始执行的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
2301
2301
  */
@@ -2555,7 +2555,7 @@ export interface AiReviewTerrorismOcrTaskInput {
2555
2555
  /**
2556
2556
  * 鉴别涉及令人不安全的信息的模板 ID。
2557
2557
  */
2558
- Definition: number;
2558
+ Definition?: number;
2559
2559
  }
2560
2560
  /**
2561
2561
  * 文本关键词识别输入。
@@ -2827,27 +2827,27 @@ export interface StorageRegionInfo {
2827
2827
  /**
2828
2828
  * 存储地域。
2829
2829
  */
2830
- Region: string;
2830
+ Region?: string;
2831
2831
  /**
2832
2832
  * 存储地域描述信息。
2833
2833
  */
2834
- Description: string;
2834
+ Description?: string;
2835
2835
  /**
2836
2836
  * 状态,是否开通,取值有:
2837
2837
  <li>opened:已经开通。</li>
2838
2838
  <li>unopened:未开通。</li>
2839
2839
  */
2840
- Status: string;
2840
+ Status?: string;
2841
2841
  /**
2842
2842
  * 是否默认的存储地域,true:是;false:否。
2843
2843
  */
2844
- IsDefault: boolean;
2844
+ IsDefault?: boolean;
2845
2845
  /**
2846
2846
  * 存储区域,取值有:
2847
2847
  <li>Chinese Mainland:中国境内(不包含港澳台)。</li>
2848
2848
  <li>Outside Chinese Mainland:中国境外。</li>
2849
2849
  */
2850
- Area: string;
2850
+ Area?: string;
2851
2851
  }
2852
2852
  /**
2853
2853
  * 转场信息
@@ -2859,8 +2859,13 @@ export interface MediaTransitionItem {
2859
2859
  Duration: number;
2860
2860
  /**
2861
2861
  * 转场操作列表。图像转场操作和音频转场操作各自最多支持一个。
2862
+ * @deprecated
2862
2863
  */
2863
2864
  Transitions?: Array<TransitionOpertion>;
2865
+ /**
2866
+ * 转场操作列表。图像转场操作和音频转场操作各自最多支持一个。
2867
+ */
2868
+ MediaTransitions?: Array<TransitionOperation>;
2864
2869
  }
2865
2870
  /**
2866
2871
  * 智能封面信息
@@ -3040,32 +3045,32 @@ export interface AiAnalysisTaskCoverResult {
3040
3045
  /**
3041
3046
  * 任务状态,有 PROCESSING,SUCCESS 和 FAIL 三种。
3042
3047
  */
3043
- Status: string;
3048
+ Status?: string;
3044
3049
  /**
3045
3050
  * 错误码,空字符串表示成功,其他值表示失败,取值请参考 [视频处理类错误码](https://cloud.tencent.com/document/product/266/50368#.E8.A7.86.E9.A2.91.E5.A4.84.E7.90.86.E7.B1.BB.E9.94.99.E8.AF.AF.E7.A0.81) 列表。
3046
3051
  */
3047
- ErrCodeExt: string;
3052
+ ErrCodeExt?: string;
3048
3053
  /**
3049
3054
  * 错误码,0 表示成功,其他值表示失败(该字段已不推荐使用,建议使用新的错误码字段 ErrCodeExt)。
3050
3055
  */
3051
- ErrCode: number;
3056
+ ErrCode?: number;
3052
3057
  /**
3053
3058
  * 错误信息。
3054
3059
  */
3055
- Message: string;
3060
+ Message?: string;
3056
3061
  /**
3057
3062
  * 智能封面任务输入。
3058
3063
  */
3059
- Input: AiAnalysisTaskCoverInput;
3064
+ Input?: AiAnalysisTaskCoverInput;
3060
3065
  /**
3061
3066
  * 智能封面任务输出。
3062
3067
  注意:此字段可能返回 null,表示取不到有效值。
3063
3068
  */
3064
- Output: AiAnalysisTaskCoverOutput;
3069
+ Output?: AiAnalysisTaskCoverOutput;
3065
3070
  /**
3066
3071
  * 智能封面任务进度,取值范围 [0-100] 。
3067
3072
  */
3068
- Progress: number;
3073
+ Progress?: number;
3069
3074
  /**
3070
3075
  * 智能封面任务开始执行的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
3071
3076
  */
@@ -3091,39 +3096,39 @@ export interface MediaContentReviewOcrTextSegmentItem {
3091
3096
  /**
3092
3097
  * 嫌疑片段起始的偏移时间,单位:秒。
3093
3098
  */
3094
- StartTimeOffset: number;
3099
+ StartTimeOffset?: number;
3095
3100
  /**
3096
3101
  * 嫌疑片段结束的偏移时间,单位:秒。
3097
3102
  */
3098
- EndTimeOffset: number;
3103
+ EndTimeOffset?: number;
3099
3104
  /**
3100
3105
  * 嫌疑片段置信度。
3101
3106
  */
3102
- Confidence: number;
3107
+ Confidence?: number;
3103
3108
  /**
3104
3109
  * 嫌疑片段音视频审核的结果建议,取值范围:
3105
3110
  <li>pass。</li>
3106
3111
  <li>review。</li>
3107
3112
  <li>block。</li>
3108
3113
  */
3109
- Suggestion: string;
3114
+ Suggestion?: string;
3110
3115
  /**
3111
3116
  * 嫌疑关键词列表。
3112
3117
  */
3113
- KeywordSet: Array<string>;
3118
+ KeywordSet?: Array<string>;
3114
3119
  /**
3115
3120
  * 嫌疑文字出现的区域坐标 (像素级),[x1, y1, x2, y2],即左上角坐标、右下角坐标。
3116
3121
  */
3117
- AreaCoordSet: Array<number | bigint>;
3122
+ AreaCoordSet?: Array<number | bigint>;
3118
3123
  /**
3119
3124
  * 嫌疑图片 URL (图片不会永久存储,到达
3120
3125
  PicUrlExpireTime 时间点后图片将被删除)。
3121
3126
  */
3122
- Url: string;
3127
+ Url?: string;
3123
3128
  /**
3124
3129
  * 嫌疑图片 URL 失效时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
3125
3130
  */
3126
- PicUrlExpireTime: string;
3131
+ PicUrlExpireTime?: string;
3127
3132
  }
3128
3133
  /**
3129
3134
  * 智能分类结果信息
@@ -3150,11 +3155,11 @@ export interface FileDeleteTask {
3150
3155
  /**
3151
3156
  * 删除文件 ID 列表。
3152
3157
  */
3153
- FileIdSet: Array<string>;
3158
+ FileIdSet?: Array<string>;
3154
3159
  /**
3155
3160
  * 删除文件结果信息列表。
3156
3161
  */
3157
- FileDeleteResultInfo: Array<FileDeleteResultItem>;
3162
+ FileDeleteResultInfo?: Array<FileDeleteResultItem>;
3158
3163
  }
3159
3164
  /**
3160
3165
  * 标签键值。参考[标签](https://cloud.tencent.com/document/product/651)。
@@ -3194,32 +3199,32 @@ export interface AiAnalysisTaskHighlightResult {
3194
3199
  /**
3195
3200
  * 任务状态,有 PROCESSING,SUCCESS 和 FAIL 三种。
3196
3201
  */
3197
- Status: string;
3202
+ Status?: string;
3198
3203
  /**
3199
3204
  * 错误码,空字符串表示成功,其他值表示失败,取值请参考 [视频处理类错误码](https://cloud.tencent.com/document/product/266/50368#.E8.A7.86.E9.A2.91.E5.A4.84.E7.90.86.E7.B1.BB.E9.94.99.E8.AF.AF.E7.A0.81) 列表。
3200
3205
  */
3201
- ErrCodeExt: string;
3206
+ ErrCodeExt?: string;
3202
3207
  /**
3203
3208
  * 错误码,0 表示成功,其他值表示失败(该字段已不推荐使用,建议使用新的错误码字段 ErrCodeExt)。
3204
3209
  */
3205
- ErrCode: number;
3210
+ ErrCode?: number;
3206
3211
  /**
3207
3212
  * 错误信息。
3208
3213
  */
3209
- Message: string;
3214
+ Message?: string;
3210
3215
  /**
3211
3216
  * 智能精彩片段任务输入。
3212
3217
  */
3213
- Input: AiAnalysisTaskHighlightInput;
3218
+ Input?: AiAnalysisTaskHighlightInput;
3214
3219
  /**
3215
3220
  * 智能精彩片段任务输出。
3216
3221
  注意:此字段可能返回 null,表示取不到有效值。
3217
3222
  */
3218
- Output: AiAnalysisTaskHighlightOutput;
3223
+ Output?: AiAnalysisTaskHighlightOutput;
3219
3224
  /**
3220
3225
  * 智能精彩片段任务进度,取值范围 [0-100] 。
3221
3226
  */
3222
- Progress: number;
3227
+ Progress?: number;
3223
3228
  /**
3224
3229
  * 智能精彩片段任务开始执行的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
3225
3230
  */
@@ -3946,21 +3951,21 @@ export interface ReviewAudioVideoSegmentItem {
3946
3951
  /**
3947
3952
  * 嫌疑片段起始的偏移时间,单位:秒。
3948
3953
  */
3949
- StartTimeOffset: number;
3954
+ StartTimeOffset?: number;
3950
3955
  /**
3951
3956
  * 嫌疑片段结束的偏移时间,单位:秒。
3952
3957
  */
3953
- EndTimeOffset: number;
3958
+ EndTimeOffset?: number;
3954
3959
  /**
3955
3960
  * 嫌疑片段涉及令人反感的信息的分数。
3956
3961
  */
3957
- Confidence: number;
3962
+ Confidence?: number;
3958
3963
  /**
3959
3964
  * 嫌疑片段鉴别涉及违规信息的结果建议,取值范围:
3960
3965
  <li>review:疑似违规,建议复审;</li>
3961
3966
  <li>block:确认违规,建议封禁。</li>
3962
3967
  */
3963
- Suggestion: string;
3968
+ Suggestion?: string;
3964
3969
  /**
3965
3970
  * 嫌疑片段最可能的违规的标签,取值范围:
3966
3971
  <li>Porn:色情;</li>
@@ -3971,11 +3976,11 @@ export interface ReviewAudioVideoSegmentItem {
3971
3976
  <li>Abuse:谩骂;</li>
3972
3977
  <li>Moan:娇喘。</li>
3973
3978
  */
3974
- Label: string;
3979
+ Label?: string;
3975
3980
  /**
3976
3981
  * 违规子标签。
3977
3982
  */
3978
- SubLabel: string;
3983
+ SubLabel?: string;
3979
3984
  /**
3980
3985
  * 嫌疑片段违禁的形式,取值范围:
3981
3986
  <li>Image:画面上的人物或图标;</li>
@@ -3983,28 +3988,28 @@ export interface ReviewAudioVideoSegmentItem {
3983
3988
  <li>ASR:语音中的文字;</li>
3984
3989
  <li>Voice:声音。</li>
3985
3990
  */
3986
- Form: string;
3991
+ Form?: string;
3987
3992
  /**
3988
3993
  * 当 Form 为 Image 或 OCR 时有效,表示嫌疑人物、图标或文字出现的区域坐标 (像素级),[x1, y1, x2, y2],即左上角坐标、右下角坐标。
3989
3994
  */
3990
- AreaCoordSet: Array<number | bigint>;
3995
+ AreaCoordSet?: Array<number | bigint>;
3991
3996
  /**
3992
3997
  * 当 Form 为 OCR 或 ASR 时有效,表示识别出来的 OCR 或 ASR 文本内容。
3993
3998
  */
3994
- Text: string;
3999
+ Text?: string;
3995
4000
  /**
3996
4001
  * 当 Form 为 OCR 或 ASR 时有效,表示嫌疑片段命中的违规关键词列表。
3997
4002
  */
3998
- KeywordSet: Array<string>;
4003
+ KeywordSet?: Array<string>;
3999
4004
  /**
4000
4005
  * 嫌疑图片 URL (图片不会永久存储,到达
4001
4006
  PicUrlExpireTime 时间点后图片将被删除)。
4002
4007
  */
4003
- Url: string;
4008
+ Url?: string;
4004
4009
  /**
4005
4010
  * 嫌疑图片 URL 失效时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
4006
4011
  */
4007
- PicUrlExpireTime: string;
4012
+ PicUrlExpireTime?: string;
4008
4013
  }
4009
4014
  /**
4010
4015
  * 点播文件视频转动图结果信息
@@ -4140,24 +4145,24 @@ export interface CdnLogInfo {
4140
4145
  /**
4141
4146
  * 日志所属日期, 格式为:yyyy-MM-dd ,如2018-03-01。
4142
4147
  */
4143
- Date: string;
4148
+ Date?: string;
4144
4149
  /**
4145
4150
  * 日志名称,格式为:日期小时-域名
4146
4151
  如 2018120101-test.vod2.mqcloud.com。
4147
4152
  */
4148
- Name: string;
4153
+ Name?: string;
4149
4154
  /**
4150
4155
  * 日志下载链接,24小时内下载有效。
4151
4156
  */
4152
- Url: string;
4157
+ Url?: string;
4153
4158
  /**
4154
4159
  * 日志起始时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#iso-.E6.97.A5.E6.9C.9F.E6.A0.BC.E5.BC.8F)。
4155
4160
  */
4156
- StartTime: string;
4161
+ StartTime?: string;
4157
4162
  /**
4158
4163
  * 日志结束时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#iso-.E6.97.A5.E6.9C.9F.E6.A0.BC.E5.BC.8F)。
4159
4164
  */
4160
- EndTime: string;
4165
+ EndTime?: string;
4161
4166
  }
4162
4167
  /**
4163
4168
  * 降码率任务转码结果类型
@@ -4166,36 +4171,36 @@ export interface ReduceMediaBitrateTranscodeResult {
4166
4171
  /**
4167
4172
  * 任务状态,有 PROCESSING,SUCCESS 和 FAIL 三种。
4168
4173
  */
4169
- Status: string;
4174
+ Status?: string;
4170
4175
  /**
4171
4176
  * 错误码,空字符串表示成功,其他值表示失败,取值请参考 [视频处理类错误码](https://cloud.tencent.com/document/product/266/50368#.E8.A7.86.E9.A2.91.E5.A4.84.E7.90.86.E7.B1.BB.E9.94.99.E8.AF.AF.E7.A0.81) 列表。
4172
4177
  */
4173
- ErrCodeExt: string;
4178
+ ErrCodeExt?: string;
4174
4179
  /**
4175
4180
  * 错误信息。
4176
4181
  */
4177
- Message: string;
4182
+ Message?: string;
4178
4183
  /**
4179
4184
  * 转码任务的输入。
4180
4185
  */
4181
- Input: TranscodeTaskInput;
4186
+ Input?: TranscodeTaskInput;
4182
4187
  /**
4183
4188
  * 转码任务的输出。
4184
4189
  注意:此字段可能返回 null,表示取不到有效值。
4185
4190
  */
4186
- Output: MediaTranscodeItem;
4191
+ Output?: MediaTranscodeItem;
4187
4192
  /**
4188
4193
  * 转码进度,取值范围 [0-100] 。
4189
4194
  */
4190
- Progress: number;
4195
+ Progress?: number;
4191
4196
  /**
4192
4197
  * 转码任务开始执行的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
4193
4198
  */
4194
- BeginProcessTime: string;
4199
+ BeginProcessTime?: string;
4195
4200
  /**
4196
4201
  * 转码任务执行完毕的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
4197
4202
  */
4198
- FinishTime: string;
4203
+ FinishTime?: string;
4199
4204
  }
4200
4205
  /**
4201
4206
  * 简单加密加解密密钥对。
@@ -4275,11 +4280,11 @@ export interface TaskStatData {
4275
4280
  <li> QualityInspect: 音画质检测</li>
4276
4281
  <li>Transcode: 转码,包含普通转码、极速高清和视频编辑(不推荐使用)</li>
4277
4282
  */
4278
- TaskType: string;
4283
+ TaskType?: string;
4279
4284
  /**
4280
4285
  * 任务数统计数据概览,用量单位为秒。
4281
4286
  */
4282
- Summary: Array<TaskStatDataItem>;
4287
+ Summary?: Array<TaskStatDataItem>;
4283
4288
  /**
4284
4289
  * 不同规格任务统计数据详情。
4285
4290
  转码规格:
@@ -4335,7 +4340,7 @@ export interface TaskStatData {
4335
4340
  <li>8K: 短边 ≤ 4320px</li>
4336
4341
  <li>Audio: 音频</li>
4337
4342
  */
4338
- Details: Array<SpecificationDataItem>;
4343
+ Details?: Array<SpecificationDataItem>;
4339
4344
  }
4340
4345
  /**
4341
4346
  * CreateVodDomain请求参数结构体
@@ -4457,32 +4462,32 @@ export interface MediaProcessTaskAnimatedGraphicResult {
4457
4462
  /**
4458
4463
  * 任务状态,有 PROCESSING,SUCCESS 和 FAIL 三种。
4459
4464
  */
4460
- Status: string;
4465
+ Status?: string;
4461
4466
  /**
4462
4467
  * 错误码,空字符串表示成功,其他值表示失败,取值请参考 [视频处理类错误码](https://cloud.tencent.com/document/product/266/50368#.E8.A7.86.E9.A2.91.E5.A4.84.E7.90.86.E7.B1.BB.E9.94.99.E8.AF.AF.E7.A0.81) 列表。
4463
4468
  */
4464
- ErrCodeExt: string;
4469
+ ErrCodeExt?: string;
4465
4470
  /**
4466
4471
  * 错误码,0 表示成功,其他值表示失败(该字段已不推荐使用,建议使用新的错误码字段 ErrCodeExt)。
4467
4472
  */
4468
- ErrCode: number;
4473
+ ErrCode?: number;
4469
4474
  /**
4470
4475
  * 错误信息。
4471
4476
  */
4472
- Message: string;
4477
+ Message?: string;
4473
4478
  /**
4474
4479
  * 转动图任务的输入。
4475
4480
  */
4476
- Input: AnimatedGraphicTaskInput;
4481
+ Input?: AnimatedGraphicTaskInput;
4477
4482
  /**
4478
4483
  * 转动图任务的输出。
4479
4484
  注意:此字段可能返回 null,表示取不到有效值。
4480
4485
  */
4481
- Output: MediaAnimatedGraphicsItem;
4486
+ Output?: MediaAnimatedGraphicsItem;
4482
4487
  /**
4483
4488
  * 转动图任务进度,取值范围 [0-100] 。
4484
4489
  */
4485
- Progress: number;
4490
+ Progress?: number;
4486
4491
  /**
4487
4492
  * 转动图任务开始执行的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
4488
4493
  */
@@ -4697,32 +4702,32 @@ export interface AiRecognitionTaskOcrWordsResult {
4697
4702
  /**
4698
4703
  * 任务状态,有 PROCESSING,SUCCESS 和 FAIL 三种。
4699
4704
  */
4700
- Status: string;
4705
+ Status?: string;
4701
4706
  /**
4702
4707
  * 错误码,空字符串表示成功,其他值表示失败,取值请参考 [视频处理类错误码](https://cloud.tencent.com/document/product/266/50368#.E8.A7.86.E9.A2.91.E5.A4.84.E7.90.86.E7.B1.BB.E9.94.99.E8.AF.AF.E7.A0.81) 列表。
4703
4708
  */
4704
- ErrCodeExt: string;
4709
+ ErrCodeExt?: string;
4705
4710
  /**
4706
4711
  * 错误码,0 表示成功,其他值表示失败(该字段已不推荐使用,建议使用新的错误码字段 ErrCodeExt)。
4707
4712
  */
4708
- ErrCode: number;
4713
+ ErrCode?: number;
4709
4714
  /**
4710
4715
  * 错误信息。
4711
4716
  */
4712
- Message: string;
4717
+ Message?: string;
4713
4718
  /**
4714
4719
  * 文本关键词识别任务输入信息。
4715
4720
  */
4716
- Input: AiRecognitionTaskOcrWordsResultInput;
4721
+ Input?: AiRecognitionTaskOcrWordsResultInput;
4717
4722
  /**
4718
4723
  * 文本关键词识别任务输出信息。
4719
4724
  注意:此字段可能返回 null,表示取不到有效值。
4720
4725
  */
4721
- Output: AiRecognitionTaskOcrWordsResultOutput;
4726
+ Output?: AiRecognitionTaskOcrWordsResultOutput;
4722
4727
  /**
4723
4728
  * 文本关键词识别任务进度,取值范围 [0-100] 。
4724
4729
  */
4725
- Progress: number;
4730
+ Progress?: number;
4726
4731
  /**
4727
4732
  * 文本关键词识别任务开始执行的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
4728
4733
  */
@@ -4758,33 +4763,33 @@ export interface AiRecognitionTaskSegmentResult {
4758
4763
  /**
4759
4764
  * 任务状态,有 PROCESSING,SUCCESS 和 FAIL 三种。
4760
4765
  */
4761
- Status: string;
4766
+ Status?: string;
4762
4767
  /**
4763
4768
  * 错误码,空字符串表示成功,其他值表示失败,取值请参考 [视频处理类错误码](https://cloud.tencent.com/document/product/266/50368#.E8.A7.86.E9.A2.91.E5.A4.84.E7.90.86.E7.B1.BB.E9.94.99.E8.AF.AF.E7.A0.81) 列表。
4764
4769
  */
4765
- ErrCodeExt: string;
4770
+ ErrCodeExt?: string;
4766
4771
  /**
4767
4772
  * 错误码,0 表示成功,其他值表示失败(该字段已不推荐使用,建议使用新的错误码字段 ErrCodeExt)。
4768
4773
  */
4769
- ErrCode: number;
4774
+ ErrCode?: number;
4770
4775
  /**
4771
4776
  * 错误信息。
4772
4777
  */
4773
- Message: string;
4778
+ Message?: string;
4774
4779
  /**
4775
4780
  * 视频拆条任务输入信息。
4776
4781
  注意:此字段可能返回 null,表示取不到有效值。
4777
4782
  */
4778
- Input: AiRecognitionTaskSegmentResultInput;
4783
+ Input?: AiRecognitionTaskSegmentResultInput;
4779
4784
  /**
4780
4785
  * 视频拆条任务输出信息。
4781
4786
  注意:此字段可能返回 null,表示取不到有效值。
4782
4787
  */
4783
- Output: AiRecognitionTaskSegmentResultOutput;
4788
+ Output?: AiRecognitionTaskSegmentResultOutput;
4784
4789
  /**
4785
4790
  * 视频拆条任务进度,取值范围 [0-100] 。
4786
4791
  */
4787
- Progress: number;
4792
+ Progress?: number;
4788
4793
  /**
4789
4794
  * 视频拆条任务开始执行的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
4790
4795
  */
@@ -4812,11 +4817,11 @@ export interface MediaSubtitleItem {
4812
4817
  /**
4813
4818
  * 字幕的唯一标识。
4814
4819
  */
4815
- Id: string;
4820
+ Id?: string;
4816
4821
  /**
4817
4822
  * 字幕名字。
4818
4823
  */
4819
- Name: string;
4824
+ Name?: string;
4820
4825
  /**
4821
4826
  * 字幕语言。常见的取值如下:
4822
4827
  <li>cn:中文</li>
@@ -4824,16 +4829,16 @@ export interface MediaSubtitleItem {
4824
4829
  <li>en-US:英文</li>
4825
4830
  其他取值参考 [RFC5646](https://tools.ietf.org/html/rfc5646)
4826
4831
  */
4827
- Language: string;
4832
+ Language?: string;
4828
4833
  /**
4829
4834
  * 字幕格式。取值范围如下:
4830
4835
  <li>vtt</li>
4831
4836
  */
4832
- Format: string;
4837
+ Format?: string;
4833
4838
  /**
4834
4839
  * 字幕 URL。
4835
4840
  */
4836
- Url: string;
4841
+ Url?: string;
4837
4842
  }
4838
4843
  /**
4839
4844
  * 语音违禁任务控制参数
@@ -5085,11 +5090,11 @@ export interface AiRecognitionTaskAsrFullTextResultOutputSubtitleItem {
5085
5090
  <li>vtt:WebVTT 字幕文件;</li>
5086
5091
  <li>srt:SRT 字幕文件。</li>
5087
5092
  */
5088
- Format: string;
5093
+ Format?: string;
5089
5094
  /**
5090
5095
  * 字幕文件 Url。
5091
5096
  */
5092
- Url: string;
5097
+ Url?: string;
5093
5098
  }
5094
5099
  /**
5095
5100
  * SimpleHlsClip返回参数结构体
@@ -5347,32 +5352,32 @@ export interface MediaProcessTaskImageSpriteResult {
5347
5352
  /**
5348
5353
  * 任务状态,有 PROCESSING,SUCCESS 和 FAIL 三种。
5349
5354
  */
5350
- Status: string;
5355
+ Status?: string;
5351
5356
  /**
5352
5357
  * 错误码,空字符串表示成功,其他值表示失败,取值请参考 [视频处理类错误码](https://cloud.tencent.com/document/product/266/50368#.E8.A7.86.E9.A2.91.E5.A4.84.E7.90.86.E7.B1.BB.E9.94.99.E8.AF.AF.E7.A0.81) 列表。
5353
5358
  */
5354
- ErrCodeExt: string;
5359
+ ErrCodeExt?: string;
5355
5360
  /**
5356
5361
  * 错误码,0 表示成功,其他值表示失败(该字段已不推荐使用,建议使用新的错误码字段 ErrCodeExt)。
5357
5362
  */
5358
- ErrCode: number;
5363
+ ErrCode?: number;
5359
5364
  /**
5360
5365
  * 错误信息。
5361
5366
  */
5362
- Message: string;
5367
+ Message?: string;
5363
5368
  /**
5364
5369
  * 对视频截雪碧图任务的输入。
5365
5370
  */
5366
- Input: ImageSpriteTaskInput;
5371
+ Input?: ImageSpriteTaskInput;
5367
5372
  /**
5368
5373
  * 对视频截雪碧图任务的输出。
5369
5374
  注意:此字段可能返回 null,表示取不到有效值。
5370
5375
  */
5371
- Output: MediaImageSpriteItem;
5376
+ Output?: MediaImageSpriteItem;
5372
5377
  /**
5373
5378
  * 对视频截雪碧图任务进度,取值范围 [0-100] 。
5374
5379
  */
5375
- Progress: number;
5380
+ Progress?: number;
5376
5381
  /**
5377
5382
  * 截雪碧图任务开始执行的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
5378
5383
  */
@@ -5389,52 +5394,52 @@ export interface ReduceMediaBitrateTask {
5389
5394
  /**
5390
5395
  * 视频处理任务 ID。
5391
5396
  */
5392
- TaskId: string;
5397
+ TaskId?: string;
5393
5398
  /**
5394
5399
  * 任务流状态,取值:
5395
5400
  <li>PROCESSING:处理中;</li>
5396
5401
  <li>FINISH:已完成。</li>
5397
5402
  */
5398
- Status: string;
5403
+ Status?: string;
5399
5404
  /**
5400
5405
  * 媒体文件 ID。
5401
5406
  */
5402
- FileId: string;
5407
+ FileId?: string;
5403
5408
  /**
5404
5409
  * 媒体文件名称。
5405
5410
  */
5406
- FileName: string;
5411
+ FileName?: string;
5407
5412
  /**
5408
5413
  * 媒体文件地址。
5409
5414
  */
5410
- FileUrl: string;
5415
+ FileUrl?: string;
5411
5416
  /**
5412
5417
  * 原始视频的元信息。
5413
5418
  注意:此字段可能返回 null,表示取不到有效值。
5414
5419
  */
5415
- MetaData: MediaMetaData;
5420
+ MetaData?: MediaMetaData;
5416
5421
  /**
5417
5422
  * 降码率任务执行状态与结果。
5418
5423
  */
5419
- MediaProcessResultSet: Array<ReduceMediaBitrateMediaProcessTaskResult>;
5424
+ MediaProcessResultSet?: Array<ReduceMediaBitrateMediaProcessTaskResult>;
5420
5425
  /**
5421
5426
  * 任务流的优先级,取值范围为 [-10, 10]。
5422
5427
  */
5423
- TasksPriority: number;
5428
+ TasksPriority?: number;
5424
5429
  /**
5425
5430
  * 任务流状态变更通知模式。
5426
5431
  <li>Finish:只有当任务流全部执行完毕时,才发起一次事件通知;</li>
5427
5432
  <li>None:不接受该任务流回调。</li>
5428
5433
  */
5429
- TasksNotifyMode: string;
5434
+ TasksNotifyMode?: string;
5430
5435
  /**
5431
5436
  * 来源上下文,用于透传用户请求信息,任务流状态变更回调将返回该字段值,最长 1000 个字符。
5432
5437
  */
5433
- SessionContext: string;
5438
+ SessionContext?: string;
5434
5439
  /**
5435
5440
  * 用于去重的识别码,如果七天内曾有过相同的识别码的请求,则本次的请求会返回错误。最长 50 个字符,不带或者带空字符串表示不做去重。
5436
5441
  */
5437
- SessionId: string;
5442
+ SessionId?: string;
5438
5443
  }
5439
5444
  /**
5440
5445
  * 视频画面花屏检测的控制参数。
@@ -6430,15 +6435,15 @@ export interface RebuildMediaTaskInput {
6430
6435
  /**
6431
6436
  * 媒体文件 ID。
6432
6437
  */
6433
- FileId: string;
6438
+ FileId?: string;
6434
6439
  /**
6435
6440
  * 起始偏移时间,单位:秒,不填表示从视频开始截取。
6436
6441
  */
6437
- StartTimeOffset: number;
6442
+ StartTimeOffset?: number;
6438
6443
  /**
6439
6444
  * 结束偏移时间,单位:秒,不填表示截取到视频末尾。
6440
6445
  */
6441
- EndTimeOffset: number;
6446
+ EndTimeOffset?: number;
6442
6447
  /**
6443
6448
  * 音画质重生模版号。
6444
6449
  */
@@ -6446,15 +6451,15 @@ export interface RebuildMediaTaskInput {
6446
6451
  /**
6447
6452
  * 画质修复控制参数。
6448
6453
  */
6449
- RepairInfo: RepairInfo;
6454
+ RepairInfo?: RepairInfo;
6450
6455
  /**
6451
6456
  * 智能插帧控制参数。
6452
6457
  */
6453
- VideoFrameInterpolationInfo: VideoFrameInterpolationInfo;
6458
+ VideoFrameInterpolationInfo?: VideoFrameInterpolationInfo;
6454
6459
  /**
6455
6460
  * 画面超分控制参数。
6456
6461
  */
6457
- SuperResolutionInfo: SuperResolutionInfo;
6462
+ SuperResolutionInfo?: SuperResolutionInfo;
6458
6463
  /**
6459
6464
  * 高动态范围类型控制参数。
6460
6465
  */
@@ -6620,7 +6625,7 @@ export interface AiReviewPornOcrTaskInput {
6620
6625
  /**
6621
6626
  * 鉴别涉及令人反感的信息的模板 ID。
6622
6627
  */
6623
- Definition: number;
6628
+ Definition?: number;
6624
6629
  }
6625
6630
  /**
6626
6631
  * 文本关键词识别控制参数。
@@ -6931,32 +6936,32 @@ export interface AiAnalysisTaskTagResult {
6931
6936
  /**
6932
6937
  * 任务状态,有 PROCESSING,SUCCESS 和 FAIL 三种。
6933
6938
  */
6934
- Status: string;
6939
+ Status?: string;
6935
6940
  /**
6936
6941
  * 错误码,空字符串表示成功,其他值表示失败,取值请参考 [视频处理类错误码](https://cloud.tencent.com/document/product/266/50368#.E8.A7.86.E9.A2.91.E5.A4.84.E7.90.86.E7.B1.BB.E9.94.99.E8.AF.AF.E7.A0.81) 列表。
6937
6942
  */
6938
- ErrCodeExt: string;
6943
+ ErrCodeExt?: string;
6939
6944
  /**
6940
6945
  * 错误码,0 表示成功,其他值表示失败(该字段已不推荐使用,建议使用新的错误码字段 ErrCodeExt)。
6941
6946
  */
6942
- ErrCode: number;
6947
+ ErrCode?: number;
6943
6948
  /**
6944
6949
  * 错误信息。
6945
6950
  */
6946
- Message: string;
6951
+ Message?: string;
6947
6952
  /**
6948
6953
  * 智能标签任务输入。
6949
6954
  */
6950
- Input: AiAnalysisTaskTagInput;
6955
+ Input?: AiAnalysisTaskTagInput;
6951
6956
  /**
6952
6957
  * 智能标签任务输出。
6953
6958
  注意:此字段可能返回 null,表示取不到有效值。
6954
6959
  */
6955
- Output: AiAnalysisTaskTagOutput;
6960
+ Output?: AiAnalysisTaskTagOutput;
6956
6961
  /**
6957
6962
  * 智能标签任务进度,取值范围 [0-100] 。
6958
6963
  */
6959
- Progress: number;
6964
+ Progress?: number;
6960
6965
  /**
6961
6966
  * 智能标签任务开始执行的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
6962
6967
  */
@@ -6994,7 +6999,7 @@ export interface ReviewAudioVideoTaskOutput {
6994
6999
  <li>review:建议复审;</li>
6995
7000
  <li>block:建议封禁。</li>
6996
7001
  */
6997
- Suggestion: string;
7002
+ Suggestion?: string;
6998
7003
  /**
6999
7004
  * 当 Suggestion 为 review 或 block 时有效,表示音视频最可能的违规的标签,取值范围:
7000
7005
  <li>Porn:色情;</li>
@@ -7005,7 +7010,7 @@ export interface ReviewAudioVideoTaskOutput {
7005
7010
  <li>Abuse:谩骂;</li>
7006
7011
  <li>Moan:娇喘。</li>
7007
7012
  */
7008
- Label: string;
7013
+ Label?: string;
7009
7014
  /**
7010
7015
  * 当 Suggestion 为 review 或 block 时有效,表示音视频最可能的违禁的形式,取值范围:
7011
7016
  <li>Image:画面上的人物或图标;</li>
@@ -7013,25 +7018,25 @@ export interface ReviewAudioVideoTaskOutput {
7013
7018
  <li>ASR:语音中的文字;</li>
7014
7019
  <li>Voice:声音。</li>
7015
7020
  */
7016
- Form: string;
7021
+ Form?: string;
7017
7022
  /**
7018
7023
  * 有违规信息的嫌疑的视频片段列表。
7019
7024
  <font color=red>注意</font> :该列表最多仅展示前 10个 元素。如希望获得完整结果,请从 SegmentSetFileUrl 对应的文件中获取。
7020
7025
  */
7021
- SegmentSet: Array<ReviewAudioVideoSegmentItem>;
7026
+ SegmentSet?: Array<ReviewAudioVideoSegmentItem>;
7022
7027
  /**
7023
7028
  * 涉及违规信息的嫌疑的视频片段列表文件 URL。文件的内容为 JSON,数据结构与 SegmentSet 字段一致。 (文件不会永久存储,到达SegmentSetFileUrlExpireTime 时间点后文件将被删除)。
7024
7029
  */
7025
- SegmentSetFileUrl: string;
7030
+ SegmentSetFileUrl?: string;
7026
7031
  /**
7027
7032
  * 涉及违规信息的嫌疑的视频片段列表文件 URL 失效时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
7028
7033
  */
7029
- SegmentSetFileUrlExpireTime: string;
7034
+ SegmentSetFileUrlExpireTime?: string;
7030
7035
  /**
7031
7036
  * 封面审核结果。
7032
7037
  注意:此字段可能返回 null,表示取不到有效值。
7033
7038
  */
7034
- CoverReviewResult: ReviewImageResult;
7039
+ CoverReviewResult?: ReviewImageResult;
7035
7040
  }
7036
7041
  /**
7037
7042
  * 智能去除水印任务的输出。
@@ -7040,7 +7045,7 @@ export interface RemoveWaterMarkTaskOutput {
7040
7045
  /**
7041
7046
  * 媒体文件 ID。
7042
7047
  */
7043
- FileId: string;
7048
+ FileId?: string;
7044
7049
  /**
7045
7050
  * 文件类型,例如 mp4、mp3 等。
7046
7051
  */
@@ -7056,7 +7061,7 @@ export interface RemoveWaterMarkTaskOutput {
7056
7061
  /**
7057
7062
  * 元信息。包括大小、时长、视频流信息、音频流信息等。
7058
7063
  */
7059
- MetaData: MediaMetaData;
7064
+ MetaData?: MediaMetaData;
7060
7065
  }
7061
7066
  /**
7062
7067
  * ModifyMediaStorageClass请求参数结构体
@@ -7299,14 +7304,14 @@ export interface PornImageResult {
7299
7304
  /**
7300
7305
  * 鉴别涉及令人反感的信息的评分,分值为0到100。
7301
7306
  */
7302
- Confidence: number;
7307
+ Confidence?: number;
7303
7308
  /**
7304
7309
  * 鉴别涉及令人反感的信息的结果建议,取值范围:
7305
7310
  <li>pass;</li>
7306
7311
  <li>review;</li>
7307
7312
  <li>block。</li>
7308
7313
  */
7309
- Suggestion: string;
7314
+ Suggestion?: string;
7310
7315
  /**
7311
7316
  * 鉴别涉及令人反感的信息的结果标签,取值范围:
7312
7317
  <li>porn:色情;</li>
@@ -7314,7 +7319,7 @@ export interface PornImageResult {
7314
7319
  <li>vulgar:低俗;</li>
7315
7320
  <li>intimacy:亲密行为。</li>
7316
7321
  */
7317
- Label: string;
7322
+ Label?: string;
7318
7323
  }
7319
7324
  /**
7320
7325
  * ProcessImage返回参数结构体
@@ -7409,32 +7414,32 @@ export interface AiRecognitionTaskOcrFullTextResult {
7409
7414
  /**
7410
7415
  * 任务状态,有 PROCESSING,SUCCESS 和 FAIL 三种。
7411
7416
  */
7412
- Status: string;
7417
+ Status?: string;
7413
7418
  /**
7414
7419
  * 错误码,空字符串表示成功,其他值表示失败,取值请参考 [视频处理类错误码](https://cloud.tencent.com/document/product/266/50368#.E8.A7.86.E9.A2.91.E5.A4.84.E7.90.86.E7.B1.BB.E9.94.99.E8.AF.AF.E7.A0.81) 列表。
7415
7420
  */
7416
- ErrCodeExt: string;
7421
+ ErrCodeExt?: string;
7417
7422
  /**
7418
7423
  * 错误码,0 表示成功,其他值表示失败(该字段已不推荐使用,建议使用新的错误码字段 ErrCodeExt)。
7419
7424
  */
7420
- ErrCode: number;
7425
+ ErrCode?: number;
7421
7426
  /**
7422
7427
  * 错误信息。
7423
7428
  */
7424
- Message: string;
7429
+ Message?: string;
7425
7430
  /**
7426
7431
  * 文本全文识别任务输入信息。
7427
7432
  */
7428
- Input: AiRecognitionTaskOcrFullTextResultInput;
7433
+ Input?: AiRecognitionTaskOcrFullTextResultInput;
7429
7434
  /**
7430
7435
  * 文本全文识别任务输出信息。
7431
7436
  注意:此字段可能返回 null,表示取不到有效值。
7432
7437
  */
7433
- Output: AiRecognitionTaskOcrFullTextResultOutput;
7438
+ Output?: AiRecognitionTaskOcrFullTextResultOutput;
7434
7439
  /**
7435
7440
  * 文本全文识别任务进度,取值范围 [0-100] 。
7436
7441
  */
7437
- Progress: number;
7442
+ Progress?: number;
7438
7443
  /**
7439
7444
  * 文本全文识别任务开始执行的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
7440
7445
  */
@@ -7500,32 +7505,32 @@ export interface MediaProcessTaskSnapshotByTimeOffsetResult {
7500
7505
  /**
7501
7506
  * 任务状态,有 PROCESSING,SUCCESS 和 FAIL 三种。
7502
7507
  */
7503
- Status: string;
7508
+ Status?: string;
7504
7509
  /**
7505
7510
  * 错误码,空字符串表示成功,其他值表示失败,取值请参考 [视频处理类错误码](https://cloud.tencent.com/document/product/266/50368#.E8.A7.86.E9.A2.91.E5.A4.84.E7.90.86.E7.B1.BB.E9.94.99.E8.AF.AF.E7.A0.81) 列表。
7506
7511
  */
7507
- ErrCodeExt: string;
7512
+ ErrCodeExt?: string;
7508
7513
  /**
7509
7514
  * 错误码,0 表示成功,其他值表示失败(该字段已不推荐使用,建议使用新的错误码字段 ErrCodeExt)。
7510
7515
  */
7511
- ErrCode: number;
7516
+ ErrCode?: number;
7512
7517
  /**
7513
7518
  * 错误信息。
7514
7519
  */
7515
- Message: string;
7520
+ Message?: string;
7516
7521
  /**
7517
7522
  * 对视频按指定时间点截图任务输入。
7518
7523
  */
7519
- Input: SnapshotByTimeOffsetTaskInput;
7524
+ Input?: SnapshotByTimeOffsetTaskInput;
7520
7525
  /**
7521
7526
  * 对视频按指定时间点截图任务输出。
7522
7527
  注意:此字段可能返回 null,表示取不到有效值。
7523
7528
  */
7524
- Output: MediaSnapshotByTimeOffsetItem;
7529
+ Output?: MediaSnapshotByTimeOffsetItem;
7525
7530
  /**
7526
7531
  * 对视频按指定时间点截图任务进度,取值范围 [0-100] 。
7527
7532
  */
7528
- Progress: number;
7533
+ Progress?: number;
7529
7534
  /**
7530
7535
  * 时间点截图任务开始执行的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
7531
7536
  */
@@ -8128,22 +8133,22 @@ export interface PoliticalImageResult {
8128
8133
  /**
8129
8134
  * 鉴别涉及令人不适宜信息的评分,分值为0到100。
8130
8135
  */
8131
- Confidence: number;
8136
+ Confidence?: number;
8132
8137
  /**
8133
8138
  * 鉴别涉及令人不适宜信息的结果建议,取值范围:
8134
8139
  <li>pass;</li>
8135
8140
  <li>review;</li>
8136
8141
  <li>block。</li>
8137
8142
  */
8138
- Suggestion: string;
8143
+ Suggestion?: string;
8139
8144
  /**
8140
8145
  * 涉及令人不适宜的信息、违规图标名字。
8141
8146
  */
8142
- Name: string;
8147
+ Name?: string;
8143
8148
  /**
8144
8149
  * 涉及令人不适宜的信息、违规图标出现的区域坐标 (像素级),[x1, y1, x2, y2],即左上角坐标、右下角坐标。
8145
8150
  */
8146
- AreaCoordSet: Array<number | bigint>;
8151
+ AreaCoordSet?: Array<number | bigint>;
8147
8152
  }
8148
8153
  /**
8149
8154
  * AI 样本管理,人物信息。
@@ -8257,11 +8262,11 @@ export interface LiveRealTimeClipMediaSegmentInfo {
8257
8262
  /**
8258
8263
  * 片段的起始时间。格式参照 [ISO 日期格式说明](https://cloud.tencent.com/document/product/266/11732#I)。
8259
8264
  */
8260
- StartTime: string;
8265
+ StartTime?: string;
8261
8266
  /**
8262
8267
  * 片段的结束时间。格式参照 [ISO 日期格式说明](https://cloud.tencent.com/document/product/266/11732#I)。
8263
8268
  */
8264
- EndTime: string;
8269
+ EndTime?: string;
8265
8270
  }
8266
8271
  /**
8267
8272
  * DeleteImageSpriteTemplate返回参数结构体
@@ -8464,19 +8469,19 @@ export interface DailyPlayStatInfo {
8464
8469
  /**
8465
8470
  * 播放媒体文件的日期,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
8466
8471
  */
8467
- Date: string;
8472
+ Date?: string;
8468
8473
  /**
8469
8474
  * 媒体文件ID。
8470
8475
  */
8471
- FileId: string;
8476
+ FileId?: string;
8472
8477
  /**
8473
8478
  * 播放次数。
8474
8479
  */
8475
- PlayTimes: number;
8480
+ PlayTimes?: number;
8476
8481
  /**
8477
8482
  * 播放流量,单位:字节。
8478
8483
  */
8479
- Traffic: number;
8484
+ Traffic?: number;
8480
8485
  }
8481
8486
  /**
8482
8487
  * 文本鉴别涉及令人不安全的信息的任务控制参数
@@ -8569,31 +8574,31 @@ export interface MediaProcessTaskCoverBySnapshotResult {
8569
8574
  /**
8570
8575
  * 任务状态,有 PROCESSING,SUCCESS 和 FAIL 三种。
8571
8576
  */
8572
- Status: string;
8577
+ Status?: string;
8573
8578
  /**
8574
8579
  * 错误码,空字符串表示成功,其他值表示失败,取值请参考 [视频处理类错误码](https://cloud.tencent.com/document/product/266/50368#.E8.A7.86.E9.A2.91.E5.A4.84.E7.90.86.E7.B1.BB.E9.94.99.E8.AF.AF.E7.A0.81) 列表。
8575
8580
  */
8576
- ErrCodeExt: string;
8581
+ ErrCodeExt?: string;
8577
8582
  /**
8578
8583
  * 错误码,0 表示成功,其他值表示失败(该字段已不推荐使用,建议使用新的错误码字段 ErrCodeExt)。
8579
8584
  */
8580
- ErrCode: number;
8585
+ ErrCode?: number;
8581
8586
  /**
8582
8587
  * 错误信息。
8583
8588
  */
8584
- Message: string;
8589
+ Message?: string;
8585
8590
  /**
8586
8591
  * 对视频截图做封面任务的输入。
8587
8592
  */
8588
- Input: CoverBySnapshotTaskInput;
8593
+ Input?: CoverBySnapshotTaskInput;
8589
8594
  /**
8590
8595
  * 对视频截图做封面任务的输出。
8591
8596
  */
8592
- Output: CoverBySnapshotTaskOutput;
8597
+ Output?: CoverBySnapshotTaskOutput;
8593
8598
  /**
8594
8599
  * 对视频截图做封面任务进度,取值范围 [0-100] 。
8595
8600
  */
8596
- Progress: number;
8601
+ Progress?: number;
8597
8602
  /**
8598
8603
  * 截图做封面任务开始执行的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
8599
8604
  */
@@ -8715,39 +8720,39 @@ export interface WechatMiniProgramPublishTask {
8715
8720
  /**
8716
8721
  * 任务 ID。
8717
8722
  */
8718
- TaskId: string;
8723
+ TaskId?: string;
8719
8724
  /**
8720
8725
  * 任务状态,取值:
8721
8726
  WAITING:等待中;
8722
8727
  PROCESSING:处理中;
8723
8728
  FINISH:已完成。
8724
8729
  */
8725
- Status: string;
8730
+ Status?: string;
8726
8731
  /**
8727
8732
  * 错误码
8728
8733
  <li>0:成功;</li>
8729
8734
  <li>其他值:失败。</li>
8730
8735
  */
8731
- ErrCode: number;
8736
+ ErrCode?: number;
8732
8737
  /**
8733
8738
  * 错误信息。
8734
8739
  */
8735
- Message: string;
8740
+ Message?: string;
8736
8741
  /**
8737
8742
  * 发布视频文件 ID。
8738
8743
  */
8739
- FileId: string;
8744
+ FileId?: string;
8740
8745
  /**
8741
8746
  * 发布视频所对应的转码模板 ID,为 0 代表原始视频。
8742
8747
  */
8743
- SourceDefinition: number;
8748
+ SourceDefinition?: number;
8744
8749
  /**
8745
8750
  * 微信小程序视频发布状态,取值:
8746
8751
  <li>Pass:发布成功;</li>
8747
8752
  <li>Failed:发布失败;</li>
8748
8753
  <li>Rejected:音视频审核未通过。</li>
8749
8754
  */
8750
- PublishResult: string;
8755
+ PublishResult?: string;
8751
8756
  }
8752
8757
  /**
8753
8758
  * DescribeDrmKeyProviderInfo请求参数结构体
@@ -9166,11 +9171,16 @@ export interface AiRecognitionTaskObjectResultItem {
9166
9171
  /**
9167
9172
  * 识别的物体名称。
9168
9173
  */
9169
- Name: string;
9174
+ Name?: string;
9175
+ /**
9176
+ * 物体出现的片段列表。
9177
+ * @deprecated
9178
+ */
9179
+ SegmentSet?: Array<AiRecognitionTaskObjectSeqmentItem>;
9170
9180
  /**
9171
9181
  * 物体出现的片段列表。
9172
9182
  */
9173
- SegmentSet: Array<AiRecognitionTaskObjectSeqmentItem>;
9183
+ RecognitionSegmentSet?: Array<AiRecognitionTaskObjectSegmentItem>;
9174
9184
  }
9175
9185
  /**
9176
9186
  * 基于签名的 Key 防盗链信息
@@ -9396,70 +9406,70 @@ export interface PlayerConfig {
9396
9406
  /**
9397
9407
  * 播放器配置名字。
9398
9408
  */
9399
- Name: string;
9409
+ Name?: string;
9400
9410
  /**
9401
9411
  * 播放器配置类型,取值范围:
9402
9412
  <li>Preset:系统预置配置;</li>
9403
9413
  <li>Custom:用户自定义配置。</li>
9404
9414
  */
9405
- Type: string;
9415
+ Type?: string;
9406
9416
  /**
9407
9417
  * 播放的音视频类型,可选值有:
9408
9418
  <li>AdaptiveDynamicStream:自适应码流输出;</li>
9409
9419
  <li>Transcode:转码输出;</li>
9410
9420
  <li>Original:原始音视频。</li>
9411
9421
  */
9412
- AudioVideoType: string;
9422
+ AudioVideoType?: string;
9413
9423
  /**
9414
9424
  * 播放 DRM 保护的自适应码流开关:
9415
9425
  <li>ON:开启,表示仅播放 DRM 保护的自适应码流输出;</li>
9416
9426
  <li>OFF:关闭,表示播放未加密的自适应码流输出。</li>
9417
9427
  */
9418
- DrmSwitch: string;
9428
+ DrmSwitch?: string;
9419
9429
  /**
9420
9430
  * 允许输出的未加密的自适应码流模板 ID。
9421
9431
  */
9422
- AdaptiveDynamicStreamingDefinition: number;
9432
+ AdaptiveDynamicStreamingDefinition?: number;
9423
9433
  /**
9424
9434
  * 允许输出的 DRM 自适应码流模板内容。
9425
9435
  注意:此字段可能返回 null,表示取不到有效值。
9426
9436
  */
9427
- DrmStreamingsInfo: DrmStreamingsInfo;
9437
+ DrmStreamingsInfo?: DrmStreamingsInfo;
9428
9438
  /**
9429
9439
  * 允许输出的转码模板 ID。
9430
9440
  */
9431
- TranscodeDefinition: number;
9441
+ TranscodeDefinition?: number;
9432
9442
  /**
9433
9443
  * 允许输出的雪碧图模板 ID。
9434
9444
  */
9435
- ImageSpriteDefinition: number;
9445
+ ImageSpriteDefinition?: number;
9436
9446
  /**
9437
9447
  * 播放器对不于不同分辨率的子流展示名字。
9438
9448
  */
9439
- ResolutionNameSet: Array<ResolutionNameInfo>;
9449
+ ResolutionNameSet?: Array<ResolutionNameInfo>;
9440
9450
  /**
9441
9451
  * 播放器配置创建时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#iso-.E6.97.A5.E6.9C.9F.E6.A0.BC.E5.BC.8F)。
9442
9452
  */
9443
- CreateTime: string;
9453
+ CreateTime?: string;
9444
9454
  /**
9445
9455
  * 播放器配置最后修改时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#iso-.E6.97.A5.E6.9C.9F.E6.A0.BC.E5.BC.8F)。
9446
9456
  */
9447
- UpdateTime: string;
9457
+ UpdateTime?: string;
9448
9458
  /**
9449
9459
  * 播放时使用的域名。值为 Default,表示使用[默认分发配置](https://cloud.tencent.com/document/product/266/33373)中的域名。
9450
9460
  */
9451
- Domain: string;
9461
+ Domain?: string;
9452
9462
  /**
9453
9463
  * 播放时使用的 Scheme。取值范围:
9454
9464
  <li>Default:使用[默认分发配置](https://cloud.tencent.com/document/product/266/33373)中的 Scheme;</li>
9455
9465
  <li>HTTP;</li>
9456
9466
  <li>HTTPS。</li>
9457
9467
  */
9458
- Scheme: string;
9468
+ Scheme?: string;
9459
9469
  /**
9460
9470
  * 模板描述信息。
9461
9471
  */
9462
- Comment: string;
9472
+ Comment?: string;
9463
9473
  }
9464
9474
  /**
9465
9475
  * ConfirmEvents请求参数结构体
@@ -9694,27 +9704,27 @@ export interface AiReviewTerrorismOcrTaskOutput {
9694
9704
  /**
9695
9705
  * Ocr 文字有涉及令人不安全信息的评分,分值为0到100。
9696
9706
  */
9697
- Confidence: number;
9707
+ Confidence?: number;
9698
9708
  /**
9699
9709
  * Ocr 文字有涉及令人不安全信息的结果建议,取值范围:
9700
9710
  <li>pass。</li>
9701
9711
  <li>review。</li>
9702
9712
  <li>block。</li>
9703
9713
  */
9704
- Suggestion: string;
9714
+ Suggestion?: string;
9705
9715
  /**
9706
9716
  * Ocr 文字有涉及令人不安全信息嫌疑的视频片段列表。
9707
9717
  <font color=red>注意</font> :该列表最多仅展示前 100 个元素。如希望获得完整结果,请从 SegmentSetFileUrl 对应的文件中获取。
9708
9718
  */
9709
- SegmentSet: Array<MediaContentReviewOcrTextSegmentItem>;
9719
+ SegmentSet?: Array<MediaContentReviewOcrTextSegmentItem>;
9710
9720
  /**
9711
9721
  * Ocr 文字有涉及令人不安全信息嫌疑的视频片段列表文件 URL。文件的内容为 JSON,数据结构与 SegmentSet 字段一致。 (文件不会永久存储,到达 SegmentSetFileUrlExpireTime 时间点后文件将被删除)。
9712
9722
  */
9713
- SegmentSetFileUrl: string;
9723
+ SegmentSetFileUrl?: string;
9714
9724
  /**
9715
9725
  * Ocr 文字有涉及令人不安全信息嫌疑的视频片段列表文件 URL 失效时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
9716
9726
  */
9717
- SegmentSetFileUrlExpireTime: string;
9727
+ SegmentSetFileUrlExpireTime?: string;
9718
9728
  }
9719
9729
  /**
9720
9730
  * 智能分析结果
@@ -9762,23 +9772,23 @@ export interface ReduceMediaBitrateAdaptiveDynamicStreamingResult {
9762
9772
  /**
9763
9773
  * 任务状态,有 PROCESSING,SUCCESS 和 FAIL 三种。
9764
9774
  */
9765
- Status: string;
9775
+ Status?: string;
9766
9776
  /**
9767
9777
  * 错误码,空字符串表示成功,其他值表示失败,取值请参考 [视频处理类错误码](https://cloud.tencent.com/document/product/266/50368#.E8.A7.86.E9.A2.91.E5.A4.84.E7.90.86.E7.B1.BB.E9.94.99.E8.AF.AF.E7.A0.81) 列表。
9768
9778
  */
9769
- ErrCodeExt: string;
9779
+ ErrCodeExt?: string;
9770
9780
  /**
9771
9781
  * 错误信息。
9772
9782
  */
9773
- Message: string;
9783
+ Message?: string;
9774
9784
  /**
9775
9785
  * 对视频转自适应码流任务的输入。
9776
9786
  */
9777
- Input: AdaptiveDynamicStreamingTaskInput;
9787
+ Input?: AdaptiveDynamicStreamingTaskInput;
9778
9788
  /**
9779
9789
  * 对视频转自适应码流任务的输出。
9780
9790
  */
9781
- Output: AdaptiveDynamicStreamingInfoItem;
9791
+ Output?: AdaptiveDynamicStreamingInfoItem;
9782
9792
  }
9783
9793
  /**
9784
9794
  * 图片水印模板输入参数
@@ -9977,23 +9987,23 @@ export interface HeadTailTemplate {
9977
9987
  /**
9978
9988
  * 片头片尾模板号。
9979
9989
  */
9980
- Definition: number;
9990
+ Definition?: number;
9981
9991
  /**
9982
9992
  * 模板名,最大支持 64 个字符。
9983
9993
  */
9984
- Name: string;
9994
+ Name?: string;
9985
9995
  /**
9986
9996
  * 模板描述,最大支持 256 个字符。
9987
9997
  */
9988
- Comment: string;
9998
+ Comment?: string;
9989
9999
  /**
9990
10000
  * 片头候选列表。使用时会选择跟正片分辨率最贴近的一个使用,当存在相同的候选时,选择第一个使用,最大支持 5 个。
9991
10001
  */
9992
- HeadCandidateSet: Array<string>;
10002
+ HeadCandidateSet?: Array<string>;
9993
10003
  /**
9994
10004
  * 片尾候选列表。使用时会选择跟正片分辨率最贴近的一个使用,当存在相同的候选时,选择第一个使用,最大支持 5 个。
9995
10005
  */
9996
- TailCandidateSet: Array<string>;
10006
+ TailCandidateSet?: Array<string>;
9997
10007
  /**
9998
10008
  * 填充方式,当视频流配置宽高参数与原始视频的宽高比不一致时,对转码的处理方式,即为“填充”。可选填充方式:
9999
10009
  <li> stretch:拉伸,对每一帧进行拉伸,填满整个画面,可能导致转码后的视频被“压扁“或者“拉长“;</li>
@@ -10002,7 +10012,7 @@ export interface HeadTailTemplate {
10002
10012
  <li> black:留黑,保持视频宽高比不变,边缘剩余部分使用黑色填充。</li>
10003
10013
  默认值:stretch 。
10004
10014
  */
10005
- FillType: string;
10015
+ FillType?: string;
10006
10016
  /**
10007
10017
  * 模板创建时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
10008
10018
  */
@@ -10237,32 +10247,32 @@ export interface AiReviewTaskTerrorismResult {
10237
10247
  /**
10238
10248
  * 任务状态,有 PROCESSING,SUCCESS 和 FAIL 三种。
10239
10249
  */
10240
- Status: string;
10250
+ Status?: string;
10241
10251
  /**
10242
10252
  * 错误码,空字符串表示成功,其他值表示失败,取值请参考 [视频处理类错误码](https://cloud.tencent.com/document/product/266/50368#.E8.A7.86.E9.A2.91.E5.A4.84.E7.90.86.E7.B1.BB.E9.94.99.E8.AF.AF.E7.A0.81) 列表。
10243
10253
  */
10244
- ErrCodeExt: string;
10254
+ ErrCodeExt?: string;
10245
10255
  /**
10246
10256
  * 错误码,0 表示成功,其他值表示失败(该字段已不推荐使用,建议使用新的错误码字段 ErrCodeExt)。
10247
10257
  */
10248
- ErrCode: number;
10258
+ ErrCode?: number;
10249
10259
  /**
10250
10260
  * 错误信息。
10251
10261
  */
10252
- Message: string;
10262
+ Message?: string;
10253
10263
  /**
10254
10264
  * 音视频审核涉及令人不安全的信息的任务输入。
10255
10265
  */
10256
- Input: AiReviewTerrorismTaskInput;
10266
+ Input?: AiReviewTerrorismTaskInput;
10257
10267
  /**
10258
10268
  * 音视频审核涉及令人不安全的信息的任务输出。
10259
10269
  注意:此字段可能返回 null,表示取不到有效值。
10260
10270
  */
10261
- Output: AiReviewTerrorismTaskOutput;
10271
+ Output?: AiReviewTerrorismTaskOutput;
10262
10272
  /**
10263
10273
  * 音视频审核涉及令人不安全的信息的任务进度,取值范围 [0-100] 。
10264
10274
  */
10265
- Progress: number;
10275
+ Progress?: number;
10266
10276
  }
10267
10277
  /**
10268
10278
  * ProcessMediaByUrl返回参数结构体
@@ -10301,26 +10311,26 @@ export interface MediaContentReviewAsrTextSegmentItem {
10301
10311
  /**
10302
10312
  * 嫌疑片段起始的偏移时间,单位:秒。
10303
10313
  */
10304
- StartTimeOffset: number;
10314
+ StartTimeOffset?: number;
10305
10315
  /**
10306
10316
  * 嫌疑片段结束的偏移时间,单位:秒。
10307
10317
  */
10308
- EndTimeOffset: number;
10318
+ EndTimeOffset?: number;
10309
10319
  /**
10310
10320
  * 嫌疑片段置信度。
10311
10321
  */
10312
- Confidence: number;
10322
+ Confidence?: number;
10313
10323
  /**
10314
10324
  * 嫌疑片段音视频审核的结果建议,取值范围:
10315
10325
  <li>pass。</li>
10316
10326
  <li>review。</li>
10317
10327
  <li>block。</li>
10318
10328
  */
10319
- Suggestion: string;
10329
+ Suggestion?: string;
10320
10330
  /**
10321
10331
  * 嫌疑关键词列表。
10322
10332
  */
10323
- KeywordSet: Array<string>;
10333
+ KeywordSet?: Array<string>;
10324
10334
  }
10325
10335
  /**
10326
10336
  * DescribeEventConfig返回参数结构体
@@ -10378,26 +10388,26 @@ export interface MediaContentReviewPoliticalSegmentItem {
10378
10388
  /**
10379
10389
  * 嫌疑片段起始的偏移时间,单位:秒。
10380
10390
  */
10381
- StartTimeOffset: number;
10391
+ StartTimeOffset?: number;
10382
10392
  /**
10383
10393
  * 嫌疑片段结束的偏移时间,单位:秒。
10384
10394
  */
10385
- EndTimeOffset: number;
10395
+ EndTimeOffset?: number;
10386
10396
  /**
10387
10397
  * 嫌疑片段分数。
10388
10398
  */
10389
- Confidence: number;
10399
+ Confidence?: number;
10390
10400
  /**
10391
10401
  * 嫌疑片段涉及令人不适宜的信息的结果建议,取值范围:
10392
10402
  <li>pass。</li>
10393
10403
  <li>review。</li>
10394
10404
  <li>block。</li>
10395
10405
  */
10396
- Suggestion: string;
10406
+ Suggestion?: string;
10397
10407
  /**
10398
10408
  * 涉及令人不适宜的信息、违规图标名字。
10399
10409
  */
10400
- Name: string;
10410
+ Name?: string;
10401
10411
  /**
10402
10412
  * 嫌疑片段涉及令人不适宜的信息的结果标签。音视频审核模板[画面涉及令人不适宜的信息的任务控制参数](https://cloud.tencent.com/document/api/266/31773#PoliticalImgReviewTemplateInfo)里 LabelSet 参数与此参数取值范围的对应关系:
10403
10413
  violation_photo:
@@ -10424,24 +10434,24 @@ export interface MediaContentReviewPoliticalSegmentItem {
10424
10434
  military:
10425
10435
  <li>sensitive_military:违规相关人物。</li>
10426
10436
  */
10427
- Label: string;
10437
+ Label?: string;
10428
10438
  /**
10429
10439
  * 嫌疑图片 URL (图片不会永久存储,到达
10430
10440
  PicUrlExpireTime 时间点后图片将被删除)。
10431
10441
  */
10432
- Url: string;
10442
+ Url?: string;
10433
10443
  /**
10434
10444
  * 涉及令人不适宜的信息、违规图标出现的区域坐标 (像素级),[x1, y1, x2, y2],即左上角坐标、右下角坐标。
10435
10445
  */
10436
- AreaCoordSet: Array<number | bigint>;
10446
+ AreaCoordSet?: Array<number | bigint>;
10437
10447
  /**
10438
10448
  * 该字段已废弃,请使用 PicUrlExpireTime。
10439
10449
  */
10440
- PicUrlExpireTimeStamp: number;
10450
+ PicUrlExpireTimeStamp?: number;
10441
10451
  /**
10442
10452
  * 嫌疑图片 URL 失效时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
10443
10453
  */
10444
- PicUrlExpireTime: string;
10454
+ PicUrlExpireTime?: string;
10445
10455
  }
10446
10456
  /**
10447
10457
  * DeletePersonSample返回参数结构体
@@ -10536,17 +10546,17 @@ export interface ImageSpriteTemplate {
10536
10546
  /**
10537
10547
  * 雪碧图模板唯一标识。
10538
10548
  */
10539
- Definition: number;
10549
+ Definition?: number;
10540
10550
  /**
10541
10551
  * 模板类型,取值范围:
10542
10552
  <li>Preset:系统预置模板;</li>
10543
10553
  <li>Custom:用户自定义模板。</li>
10544
10554
  */
10545
- Type: string;
10555
+ Type?: string;
10546
10556
  /**
10547
10557
  * 雪碧图模板名称。
10548
10558
  */
10549
- Name: string;
10559
+ Name?: string;
10550
10560
  /**
10551
10561
  * 雪碧图中小图的宽度(或长边)的最大值,取值范围:0 和 [128, 4096],单位:px。
10552
10562
  <li>当 Width、Height 均为 0,则分辨率同源;</li>
@@ -10555,7 +10565,7 @@ export interface ImageSpriteTemplate {
10555
10565
  <li>当 Width、Height 均非 0,则分辨率按用户指定。</li>
10556
10566
  默认值:0。
10557
10567
  */
10558
- Width: number;
10568
+ Width?: number;
10559
10569
  /**
10560
10570
  * 雪碧图中小图的高度(或短边)的最大值,取值范围:0 和 [128, 4096],单位:px。
10561
10571
  <li>当 Width、Height 均为 0,则分辨率同源;</li>
@@ -10564,53 +10574,53 @@ export interface ImageSpriteTemplate {
10564
10574
  <li>当 Width、Height 均非 0,则分辨率按用户指定。</li>
10565
10575
  默认值:0。
10566
10576
  */
10567
- Height: number;
10577
+ Height?: number;
10568
10578
  /**
10569
10579
  * 分辨率自适应,可选值:
10570
10580
  <li>open:开启,此时,Width 代表视频的长边,Height 表示视频的短边;</li>
10571
10581
  <li>close:关闭,此时,Width 代表视频的宽度,Height 表示视频的高度。</li>
10572
10582
  默认值:open。
10573
10583
  */
10574
- ResolutionAdaptive: string;
10584
+ ResolutionAdaptive?: string;
10575
10585
  /**
10576
10586
  * 采样类型。
10577
10587
  */
10578
- SampleType: string;
10588
+ SampleType?: string;
10579
10589
  /**
10580
10590
  * 采样间隔。
10581
10591
  */
10582
- SampleInterval: number;
10592
+ SampleInterval?: number;
10583
10593
  /**
10584
10594
  * 雪碧图中小图的行数。
10585
10595
  */
10586
- RowCount: number;
10596
+ RowCount?: number;
10587
10597
  /**
10588
10598
  * 雪碧图中小图的列数。
10589
10599
  */
10590
- ColumnCount: number;
10600
+ ColumnCount?: number;
10591
10601
  /**
10592
10602
  * 模板创建时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
10593
10603
  */
10594
- CreateTime: string;
10604
+ CreateTime?: string;
10595
10605
  /**
10596
10606
  * 模板最后修改时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
10597
10607
  */
10598
- UpdateTime: string;
10608
+ UpdateTime?: string;
10599
10609
  /**
10600
10610
  * 填充方式,当视频流配置宽高参数与原始视频的宽高比不一致时,对转码的处理方式,即为“填充”。可选填充方式:
10601
10611
  <li> stretch:拉伸,对每一帧进行拉伸,填满整个画面,可能导致转码后的视频被“压扁“或者“拉长“;</li>
10602
10612
  <li>black:留黑,保持视频宽高比不变,边缘剩余部分使用黑色填充。</li>
10603
10613
  默认值:black 。
10604
10614
  */
10605
- FillType: string;
10615
+ FillType?: string;
10606
10616
  /**
10607
10617
  * 模板描述信息。
10608
10618
  */
10609
- Comment: string;
10619
+ Comment?: string;
10610
10620
  /**
10611
10621
  * 图片格式。
10612
10622
  */
10613
- Format: string;
10623
+ Format?: string;
10614
10624
  }
10615
10625
  /**
10616
10626
  * DeleteReviewTemplate请求参数结构体
@@ -10722,30 +10732,30 @@ export interface ImageProcessingTemplate {
10722
10732
  /**
10723
10733
  * 图片处理模板唯一标识。
10724
10734
  */
10725
- Definition: number;
10735
+ Definition?: number;
10726
10736
  /**
10727
10737
  * 模板类型,取值范围:
10728
10738
  <li>Preset:系统预置模板;</li>
10729
10739
  <li>Custom:用户自定义模板。</li>
10730
10740
  */
10731
- Type: string;
10741
+ Type?: string;
10732
10742
  /**
10733
10743
  * 图片处理模板名称。
10734
10744
  */
10735
- Name: string;
10745
+ Name?: string;
10736
10746
  /**
10737
10747
  * 模板描述信息。
10738
10748
  */
10739
- Comment: string;
10749
+ Comment?: string;
10740
10750
  /**
10741
10751
  * 图片处理操作数组,操作将以数组顺序执行。
10742
10752
  <li>长度限制:3。</li>
10743
10753
  */
10744
- Operations: Array<ImageOperation>;
10754
+ Operations?: Array<ImageOperation>;
10745
10755
  /**
10746
10756
  * 模板创建时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
10747
10757
  */
10748
- CreateTime: string;
10758
+ CreateTime?: string;
10749
10759
  }
10750
10760
  /**
10751
10761
  * 视频拆条任务识别控制参数
@@ -10864,17 +10874,25 @@ export interface TaskStatDataItem {
10864
10874
  Usage: number;
10865
10875
  }
10866
10876
  /**
10867
- * ParseStreamingManifest返回参数结构体
10877
+ * 物体识别结果片段。
10868
10878
  */
10869
- export interface ParseStreamingManifestResponse {
10879
+ export interface AiRecognitionTaskObjectSegmentItem {
10870
10880
  /**
10871
- * 分片文件列表。
10881
+ * 识别片段起始的偏移时间,单位:秒。
10872
10882
  */
10873
- MediaSegmentSet?: Array<string>;
10883
+ StartTimeOffset?: number;
10874
10884
  /**
10875
- * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
10885
+ * 识别片段终止的偏移时间,单位:秒。
10876
10886
  */
10877
- RequestId?: string;
10887
+ EndTimeOffset?: number;
10888
+ /**
10889
+ * 识别片段置信度。取值:0~100。
10890
+ */
10891
+ Confidence?: number;
10892
+ /**
10893
+ * 识别结果的区域坐标。数组包含 4 个元素 [x1,y1,x2,y2],依次表示区域左上点、右下点的横纵坐标。
10894
+ */
10895
+ AreaCoordSet?: Array<number | bigint>;
10878
10896
  }
10879
10897
  /**
10880
10898
  * Ocr 文字涉及令人反感的信息
@@ -10993,77 +11011,77 @@ export interface MediaBasicInfo {
10993
11011
  /**
10994
11012
  * 媒体文件名称。
10995
11013
  */
10996
- Name: string;
11014
+ Name?: string;
10997
11015
  /**
10998
11016
  * 媒体文件描述。
10999
11017
  */
11000
- Description: string;
11018
+ Description?: string;
11001
11019
  /**
11002
11020
  * 媒体文件的创建时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
11003
11021
  */
11004
- CreateTime: string;
11022
+ CreateTime?: string;
11005
11023
  /**
11006
11024
  * 媒体文件的最近更新时间(如修改视频属性、发起视频处理等会触发更新媒体文件信息的操作),使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
11007
11025
  */
11008
- UpdateTime: string;
11026
+ UpdateTime?: string;
11009
11027
  /**
11010
11028
  * 媒体文件的过期时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。过期后该媒体文件及其相关资源(转码结果、雪碧图等)将被永久删除。“9999-12-31T23:59:59Z”表示永不过期。
11011
11029
  */
11012
- ExpireTime: string;
11030
+ ExpireTime?: string;
11013
11031
  /**
11014
11032
  * 媒体文件的分类 ID。
11015
11033
  */
11016
- ClassId: number;
11034
+ ClassId?: number;
11017
11035
  /**
11018
11036
  * 媒体文件的分类名称。
11019
11037
  */
11020
- ClassName: string;
11038
+ ClassName?: string;
11021
11039
  /**
11022
11040
  * 媒体文件的分类路径,分类间以“-”分隔,如“新的一级分类 - 新的二级分类”。
11023
11041
  */
11024
- ClassPath: string;
11042
+ ClassPath?: string;
11025
11043
  /**
11026
11044
  * 媒体文件的封面图片地址。
11027
11045
  */
11028
- CoverUrl: string;
11046
+ CoverUrl?: string;
11029
11047
  /**
11030
11048
  * 媒体文件的封装格式,例如 mp4、flv 等。
11031
11049
  */
11032
- Type: string;
11050
+ Type?: string;
11033
11051
  /**
11034
11052
  * 原始媒体文件的 URL 地址。
11035
11053
  */
11036
- MediaUrl: string;
11054
+ MediaUrl?: string;
11037
11055
  /**
11038
11056
  * 该媒体文件的来源信息。
11039
11057
  注意:此字段可能返回 null,表示取不到有效值。
11040
11058
  */
11041
- SourceInfo: MediaSourceData;
11059
+ SourceInfo?: MediaSourceData;
11042
11060
  /**
11043
11061
  * 媒体文件存储地区,如 ap-chongqing,参见[地域列表](https://cloud.tencent.com/document/product/266/9760#.E5.B7.B2.E6.94.AF.E6.8C.81.E5.9C.B0.E5.9F.9F.E5.88.97.E8.A1.A8)。
11044
11062
  */
11045
- StorageRegion: string;
11063
+ StorageRegion?: string;
11046
11064
  /**
11047
11065
  * 媒体文件的标签信息。
11048
11066
  */
11049
- TagSet: Array<string>;
11067
+ TagSet?: Array<string>;
11050
11068
  /**
11051
11069
  * 直播录制文件的唯一标识。
11052
11070
  */
11053
- Vid: string;
11071
+ Vid?: string;
11054
11072
  /**
11055
11073
  * 文件类型:
11056
11074
  <li>Video: 视频文件</li>
11057
11075
  <li>Audio: 音频文件</li>
11058
11076
  <li>Image: 图片文件</li>
11059
11077
  */
11060
- Category: string;
11078
+ Category?: string;
11061
11079
  /**
11062
11080
  * 文件状态:Normal:正常,Forbidden:封禁。
11063
11081
 
11064
11082
  *注意:此字段暂不支持。
11065
11083
  */
11066
- Status: string;
11084
+ Status?: string;
11067
11085
  /**
11068
11086
  * 媒体文件的存储类别:
11069
11087
  <li> STANDARD:标准存储。</li>
@@ -11071,7 +11089,7 @@ export interface MediaBasicInfo {
11071
11089
  <li> ARCHIVE:归档存储。</li>
11072
11090
  <li> DEEP_ARCHIVE:深度归档存储。</li>
11073
11091
  */
11074
- StorageClass: string;
11092
+ StorageClass?: string;
11075
11093
  }
11076
11094
  /**
11077
11095
  * 音视频审核 Asr 文字涉及令人不适宜的信息、违规任务输入参数类型
@@ -11080,7 +11098,7 @@ export interface AiReviewPoliticalAsrTaskInput {
11080
11098
  /**
11081
11099
  * 鉴别涉及令人不适宜信息的模板 ID。
11082
11100
  */
11083
- Definition: number;
11101
+ Definition?: number;
11084
11102
  }
11085
11103
  /**
11086
11104
  * PullUpload请求参数结构体
@@ -11339,70 +11357,70 @@ export interface TranscodeTemplate {
11339
11357
  /**
11340
11358
  * 转码模板唯一标识。
11341
11359
  */
11342
- Definition: string;
11360
+ Definition?: string;
11343
11361
  /**
11344
11362
  * 封装格式,取值:mp4、flv、hls、mp3、flac、ogg。
11345
11363
  */
11346
- Container: string;
11364
+ Container?: string;
11347
11365
  /**
11348
11366
  * 转码模板名称。
11349
11367
  */
11350
- Name: string;
11368
+ Name?: string;
11351
11369
  /**
11352
11370
  * 模板描述信息。
11353
11371
  */
11354
- Comment: string;
11372
+ Comment?: string;
11355
11373
  /**
11356
11374
  * 模板类型,取值:
11357
11375
  <li>Preset:系统预置模板;</li>
11358
11376
  <li>Custom:用户自定义模板。</li>
11359
11377
  */
11360
- Type: string;
11378
+ Type?: string;
11361
11379
  /**
11362
11380
  * 是否去除视频数据,取值:
11363
11381
  <li>0:保留;</li>
11364
11382
  <li>1:去除。</li>
11365
11383
  */
11366
- RemoveVideo: number;
11384
+ RemoveVideo?: number;
11367
11385
  /**
11368
11386
  * 是否去除音频数据,取值:
11369
11387
  <li>0:保留;</li>
11370
11388
  <li>1:去除。</li>
11371
11389
  */
11372
- RemoveAudio: number;
11390
+ RemoveAudio?: number;
11373
11391
  /**
11374
11392
  * 视频流配置参数,仅当 RemoveVideo 为 0,该字段有效。
11375
11393
  注意:此字段可能返回 null,表示取不到有效值。
11376
11394
  */
11377
- VideoTemplate: VideoTemplateInfo;
11395
+ VideoTemplate?: VideoTemplateInfo;
11378
11396
  /**
11379
11397
  * 音频流配置参数,仅当 RemoveAudio 为 0,该字段有效 。
11380
11398
  注意:此字段可能返回 null,表示取不到有效值。
11381
11399
  */
11382
- AudioTemplate: AudioTemplateInfo;
11400
+ AudioTemplate?: AudioTemplateInfo;
11383
11401
  /**
11384
11402
  * 极速高清转码参数。
11385
11403
  注意:此字段可能返回 null,表示取不到有效值。
11386
11404
  */
11387
- TEHDConfig: TEHDConfig;
11405
+ TEHDConfig?: TEHDConfig;
11388
11406
  /**
11389
11407
  * 封装格式过滤条件,可选值:
11390
11408
  <li>Video:视频格式,可以同时包含视频流和音频流的封装格式;</li>
11391
11409
  <li>PureAudio:纯音频格式,只能包含音频流的封装格式板。</li>
11392
11410
  */
11393
- ContainerType: string;
11411
+ ContainerType?: string;
11394
11412
  /**
11395
11413
  * 模板创建时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
11396
11414
  */
11397
- CreateTime: string;
11415
+ CreateTime?: string;
11398
11416
  /**
11399
11417
  * 模板最后修改时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
11400
11418
  */
11401
- UpdateTime: string;
11419
+ UpdateTime?: string;
11402
11420
  /**
11403
11421
  * 切片类型,仅当 Container 为 hls 时有效。
11404
11422
  */
11405
- SegmentType: string;
11423
+ SegmentType?: string;
11406
11424
  }
11407
11425
  /**
11408
11426
  * DescribeCDNUsageData请求参数结构体
@@ -11512,19 +11530,19 @@ export interface TrtcRecordInfo {
11512
11530
  /**
11513
11531
  * TRTC 应用 ID。
11514
11532
  */
11515
- SdkAppId: number;
11533
+ SdkAppId?: number;
11516
11534
  /**
11517
11535
  * TRTC 房间 ID。
11518
11536
  */
11519
- RoomId: string;
11537
+ RoomId?: string;
11520
11538
  /**
11521
11539
  * 录制任务 ID。
11522
11540
  */
11523
- TaskId: string;
11541
+ TaskId?: string;
11524
11542
  /**
11525
11543
  * 参与录制的用户 ID 列表。
11526
11544
  */
11527
- UserIds: Array<string>;
11545
+ UserIds?: Array<string>;
11528
11546
  }
11529
11547
  /**
11530
11548
  * DescribeReviewDetails请求参数结构体
@@ -11567,7 +11585,7 @@ export interface AiReviewProhibitedAsrTaskInput {
11567
11585
  /**
11568
11586
  * 鉴违禁模板 ID。
11569
11587
  */
11570
- Definition: number;
11588
+ Definition?: number;
11571
11589
  }
11572
11590
  /**
11573
11591
  * 音视频审核涉及令人反感的信息、涉及令人不安全的信息的嫌疑片段
@@ -11576,39 +11594,52 @@ export interface MediaContentReviewSegmentItem {
11576
11594
  /**
11577
11595
  * 嫌疑片段起始的偏移时间,单位:秒。
11578
11596
  */
11579
- StartTimeOffset: number;
11597
+ StartTimeOffset?: number;
11580
11598
  /**
11581
11599
  * 嫌疑片段结束的偏移时间,单位:秒。
11582
11600
  */
11583
- EndTimeOffset: number;
11601
+ EndTimeOffset?: number;
11584
11602
  /**
11585
11603
  * 嫌疑片段涉及令人反感的信息的分数。
11586
11604
  */
11587
- Confidence: number;
11605
+ Confidence?: number;
11588
11606
  /**
11589
11607
  * 嫌疑片段涉及令人反感的信息的结果标签。
11590
11608
  */
11591
- Label: string;
11609
+ Label?: string;
11592
11610
  /**
11593
11611
  * 嫌疑片段鉴别涉及令人反感的信息的结果建议,取值范围:
11594
11612
  <li>pass。</li>
11595
11613
  <li>review。</li>
11596
11614
  <li>block。</li>
11597
11615
  */
11598
- Suggestion: string;
11616
+ Suggestion?: string;
11599
11617
  /**
11600
11618
  * 嫌疑图片 URL (图片不会永久存储,到达
11601
11619
  PicUrlExpireTime 时间点后图片将被删除)。
11602
11620
  */
11603
- Url: string;
11621
+ Url?: string;
11604
11622
  /**
11605
11623
  * 该字段已废弃,请使用 PicUrlExpireTime。
11606
11624
  */
11607
- PicUrlExpireTimeStamp: number;
11625
+ PicUrlExpireTimeStamp?: number;
11608
11626
  /**
11609
11627
  * 嫌疑图片 URL 失效时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
11610
11628
  */
11611
- PicUrlExpireTime: string;
11629
+ PicUrlExpireTime?: string;
11630
+ }
11631
+ /**
11632
+ * ParseStreamingManifest返回参数结构体
11633
+ */
11634
+ export interface ParseStreamingManifestResponse {
11635
+ /**
11636
+ * 分片文件列表。
11637
+ */
11638
+ MediaSegmentSet?: Array<string>;
11639
+ /**
11640
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
11641
+ */
11642
+ RequestId?: string;
11612
11643
  }
11613
11644
  /**
11614
11645
  * 文本鉴别涉及令人不安全的信息的任务控制参数
@@ -11849,32 +11880,32 @@ export interface AiAnalysisTaskClassificationResult {
11849
11880
  /**
11850
11881
  * 任务状态,有 PROCESSING,SUCCESS 和 FAIL 三种。
11851
11882
  */
11852
- Status: string;
11883
+ Status?: string;
11853
11884
  /**
11854
11885
  * 错误码,空字符串表示成功,其他值表示失败,取值请参考 [视频处理类错误码](https://cloud.tencent.com/document/product/266/50368#.E8.A7.86.E9.A2.91.E5.A4.84.E7.90.86.E7.B1.BB.E9.94.99.E8.AF.AF.E7.A0.81) 列表。
11855
11886
  */
11856
- ErrCodeExt: string;
11887
+ ErrCodeExt?: string;
11857
11888
  /**
11858
11889
  * 错误码,0 表示成功,其他值表示失败(该字段已不推荐使用,建议使用新的错误码字段 ErrCodeExt)。
11859
11890
  */
11860
- ErrCode: number;
11891
+ ErrCode?: number;
11861
11892
  /**
11862
11893
  * 错误信息。
11863
11894
  */
11864
- Message: string;
11895
+ Message?: string;
11865
11896
  /**
11866
11897
  * 智能分类任务输入。
11867
11898
  */
11868
- Input: AiAnalysisTaskClassificationInput;
11899
+ Input?: AiAnalysisTaskClassificationInput;
11869
11900
  /**
11870
11901
  * 智能分类任务输出。
11871
11902
  注意:此字段可能返回 null,表示取不到有效值。
11872
11903
  */
11873
- Output: AiAnalysisTaskClassificationOutput;
11904
+ Output?: AiAnalysisTaskClassificationOutput;
11874
11905
  /**
11875
11906
  * 智能分类任务进度,取值范围 [0-100] 。
11876
11907
  */
11877
- Progress: number;
11908
+ Progress?: number;
11878
11909
  /**
11879
11910
  * 智能分类任务开始执行的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
11880
11911
  */
@@ -12325,7 +12356,7 @@ export interface StatDataItem {
12325
12356
  <li>表示小时级别数据时,2019-08-22T00:00:00+08:00表示2019-08-22日0点到1点的统计数据。</li>
12326
12357
  <li>表示天级别数据时,2019-08-22T00:00:00+08:00表示2019-08-22日的统计数据。</li>
12327
12358
  */
12328
- Time: string;
12359
+ Time?: string;
12329
12360
  /**
12330
12361
  * 数据大小。
12331
12362
  <li>存储空间的数据,单位是字节。</li>
@@ -12335,7 +12366,7 @@ export interface StatDataItem {
12335
12366
  <li>直播剪辑数据,单位是秒。</li>
12336
12367
  <li>轮播数据,单位是秒。</li>
12337
12368
  */
12338
- Value: number;
12369
+ Value?: number;
12339
12370
  }
12340
12371
  /**
12341
12372
  * CreateStorageRegion返回参数结构体
@@ -12355,17 +12386,17 @@ export interface AccelerateAreaInfo {
12355
12386
  <li>Chinese Mainland:中国境内(不包含港澳台)。</li>
12356
12387
  <li>Outside Chinese Mainland:中国境外。</li>
12357
12388
  */
12358
- Area: string;
12389
+ Area?: string;
12359
12390
  /**
12360
12391
  * 腾讯禁用原因,可选值:
12361
12392
  <li>ForLegalReasons:因法律原因导致关闭加速;</li>
12362
12393
  <li>ForOverdueBills:因欠费停服导致关闭加速。</li>
12363
12394
  */
12364
- TencentDisableReason: string;
12395
+ TencentDisableReason?: string;
12365
12396
  /**
12366
12397
  * 加速域名对应的 CNAME 域名。
12367
12398
  */
12368
- TencentEdgeDomain: string;
12399
+ TencentEdgeDomain?: string;
12369
12400
  }
12370
12401
  /**
12371
12402
  * 来源文件信息
@@ -12655,7 +12686,7 @@ export interface ExtractTraceWatermarkTaskInput {
12655
12686
  /**
12656
12687
  * 需要提取水印的媒体 URL。
12657
12688
  */
12658
- Url: string;
12689
+ Url?: string;
12659
12690
  /**
12660
12691
  * 媒体文件 ID。Url 对应的原始媒体文件 ID。
12661
12692
  */
@@ -12947,14 +12978,14 @@ export interface TerrorismImageResult {
12947
12978
  /**
12948
12979
  * 鉴别涉及令人不安全的信息的评分,分值为0到100。
12949
12980
  */
12950
- Confidence: number;
12981
+ Confidence?: number;
12951
12982
  /**
12952
12983
  * 鉴别涉及令人不安全的信息的结果建议,取值范围:
12953
12984
  <li>pass;</li>
12954
12985
  <li>review;</li>
12955
12986
  <li>block。</li>
12956
12987
  */
12957
- Suggestion: string;
12988
+ Suggestion?: string;
12958
12989
  /**
12959
12990
  * 鉴别涉及令人不安全的信息的结果标签,取值范围:
12960
12991
  <li>guns:武器枪支;</li>
@@ -12965,7 +12996,7 @@ export interface TerrorismImageResult {
12965
12996
  <li>explosion:爆炸火灾;</li>
12966
12997
  <li>scenario:暴恐画面。</li>
12967
12998
  */
12968
- Label: string;
12999
+ Label?: string;
12969
13000
  }
12970
13001
  /**
12971
13002
  * DeleteVodDomain请求参数结构体
@@ -13093,32 +13124,32 @@ export interface AiAnalysisTaskFrameTagResult {
13093
13124
  /**
13094
13125
  * 任务状态,有 PROCESSING,SUCCESS 和 FAIL 三种。
13095
13126
  */
13096
- Status: string;
13127
+ Status?: string;
13097
13128
  /**
13098
13129
  * 错误码,空字符串表示成功,其他值表示失败,取值请参考 [视频处理类错误码](https://cloud.tencent.com/document/product/266/50368#.E8.A7.86.E9.A2.91.E5.A4.84.E7.90.86.E7.B1.BB.E9.94.99.E8.AF.AF.E7.A0.81) 列表。
13099
13130
  */
13100
- ErrCodeExt: string;
13131
+ ErrCodeExt?: string;
13101
13132
  /**
13102
13133
  * 错误码,0 表示成功,其他值表示失败(该字段已不推荐使用,建议使用新的错误码字段 ErrCodeExt)。
13103
13134
  */
13104
- ErrCode: number;
13135
+ ErrCode?: number;
13105
13136
  /**
13106
13137
  * 错误信息。
13107
13138
  */
13108
- Message: string;
13139
+ Message?: string;
13109
13140
  /**
13110
13141
  * 智能按帧标签任务输入。
13111
13142
  */
13112
- Input: AiAnalysisTaskFrameTagInput;
13143
+ Input?: AiAnalysisTaskFrameTagInput;
13113
13144
  /**
13114
13145
  * 智能按帧标签任务输出。
13115
13146
  注意:此字段可能返回 null,表示取不到有效值。
13116
13147
  */
13117
- Output: AiAnalysisTaskFrameTagOutput;
13148
+ Output?: AiAnalysisTaskFrameTagOutput;
13118
13149
  /**
13119
13150
  * 智能按帧标签任务进度,取值范围 [0-100] 。
13120
13151
  */
13121
- Progress: number;
13152
+ Progress?: number;
13122
13153
  /**
13123
13154
  * 智能按帧标签任务开始执行的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
13124
13155
  */
@@ -13193,32 +13224,32 @@ export interface AiRecognitionTaskAsrFullTextResult {
13193
13224
  /**
13194
13225
  * 任务状态,有 PROCESSING,SUCCESS 和 FAIL 三种。
13195
13226
  */
13196
- Status: string;
13227
+ Status?: string;
13197
13228
  /**
13198
13229
  * 错误码,空字符串表示成功,其他值表示失败,取值请参考 [视频处理类错误码](https://cloud.tencent.com/document/product/266/50368#.E8.A7.86.E9.A2.91.E5.A4.84.E7.90.86.E7.B1.BB.E9.94.99.E8.AF.AF.E7.A0.81) 列表。
13199
13230
  */
13200
- ErrCodeExt: string;
13231
+ ErrCodeExt?: string;
13201
13232
  /**
13202
13233
  * 错误码,0 表示成功,其他值表示失败(该字段已不推荐使用,建议使用新的错误码字段 ErrCodeExt)。
13203
13234
  */
13204
- ErrCode: number;
13235
+ ErrCode?: number;
13205
13236
  /**
13206
13237
  * 错误信息。
13207
13238
  */
13208
- Message: string;
13239
+ Message?: string;
13209
13240
  /**
13210
13241
  * 语音全文识别任务输入信息。
13211
13242
  */
13212
- Input: AiRecognitionTaskAsrFullTextResultInput;
13243
+ Input?: AiRecognitionTaskAsrFullTextResultInput;
13213
13244
  /**
13214
13245
  * 语音全文识别任务输出信息。
13215
13246
  注意:此字段可能返回 null,表示取不到有效值。
13216
13247
  */
13217
- Output: AiRecognitionTaskAsrFullTextResultOutput;
13248
+ Output?: AiRecognitionTaskAsrFullTextResultOutput;
13218
13249
  /**
13219
13250
  * 语音全文识别任务进度,取值范围 [0-100] 。
13220
13251
  */
13221
- Progress: number;
13252
+ Progress?: number;
13222
13253
  /**
13223
13254
  * 语音全文识别任务开始执行的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
13224
13255
  */
@@ -13246,19 +13277,19 @@ export interface PlayStatInfo {
13246
13277
  <li>表示小时级别数据时,2019-08-22T00:00:00+08:00表示2019-08-22日0点到1点的统计数据。</li>
13247
13278
  <li>表示天级别数据时,2019-08-22T00:00:00+08:00表示2019-08-22日的统计数据。</li>
13248
13279
  */
13249
- Time: string;
13280
+ Time?: string;
13250
13281
  /**
13251
13282
  * 媒体文件ID。
13252
13283
  */
13253
- FileId: string;
13284
+ FileId?: string;
13254
13285
  /**
13255
13286
  * 播放次数。
13256
13287
  */
13257
- PlayTimes: number;
13288
+ PlayTimes?: number;
13258
13289
  /**
13259
13290
  * 播放流量,单位:字节。
13260
13291
  */
13261
- Traffic: number;
13292
+ Traffic?: number;
13262
13293
  }
13263
13294
  /**
13264
13295
  * 画面鉴别涉及令人不适宜的信息的任务控制参数
@@ -13965,6 +13996,61 @@ export interface InspectMediaQualityRequest {
13965
13996
  */
13966
13997
  ExtInfo?: string;
13967
13998
  }
13999
+ /**
14000
+ * 转场操作
14001
+ */
14002
+ export interface TransitionOperation {
14003
+ /**
14004
+ * 转场类型,取值有:
14005
+ <ul>
14006
+ <li>图像的转场操作,用于两个视频片段图像间的转场处理:
14007
+ <ul>
14008
+ <li>ImageFadeInFadeOut:图像淡入淡出。 </li>
14009
+ <li>BowTieHorizontal:水平蝴蝶结。 </li>
14010
+ <li>BowTieVertical:垂直蝴蝶结。 </li>
14011
+ <li>ButterflyWaveScrawler:晃动。 </li>
14012
+ <li>Cannabisleaf:枫叶。 </li>
14013
+ <li>Circle:弧形收放。 </li>
14014
+ <li>CircleCrop:圆环聚拢。 </li>
14015
+ <li>Circleopen:椭圆聚拢。 </li>
14016
+ <li>Crosswarp:横向翘曲。 </li>
14017
+ <li>Cube:立方体。 </li>
14018
+ <li>DoomScreenTransition:幕布。 </li>
14019
+ <li>Doorway:门廊。 </li>
14020
+ <li>Dreamy:波浪。 </li>
14021
+ <li>DreamyZoom:水平聚拢。 </li>
14022
+ <li>FilmBurn:火烧云。 </li>
14023
+ <li>GlitchMemories:抖动。 </li>
14024
+ <li>Heart:心形。 </li>
14025
+ <li>InvertedPageCurl:翻页。 </li>
14026
+ <li>Luma:腐蚀。 </li>
14027
+ <li>Mosaic:九宫格。 </li>
14028
+ <li>Pinwheel:风车。 </li>
14029
+ <li>PolarFunction:椭圆扩散。 </li>
14030
+ <li>PolkaDotsCurtain:弧形扩散。 </li>
14031
+ <li>Radial:雷达扫描 </li>
14032
+ <li>RotateScaleFade:上下收放。 </li>
14033
+ <li>Squeeze:上下聚拢。 </li>
14034
+ <li>Swap:放大切换。 </li>
14035
+ <li>Swirl:螺旋。 </li>
14036
+ <li>UndulatingBurnOutSwirl:水流蔓延。 </li>
14037
+ <li>Windowblinds:百叶窗。 </li>
14038
+ <li>WipeDown:向下收起。 </li>
14039
+ <li>WipeLeft:向左收起。 </li>
14040
+ <li>WipeRight:向右收起。 </li>
14041
+ <li>WipeUp:向上收起。 </li>
14042
+ <li>ZoomInCircles:水波纹。 </li>
14043
+ </ul>
14044
+ </li>
14045
+ <li>音频的转场操作,用于两个音频片段间的转场处理:
14046
+ <ul>
14047
+ <li>AudioFadeInFadeOut:声音淡入淡出。 </li>
14048
+ </ul>
14049
+ </li>
14050
+ </ul>
14051
+ */
14052
+ Type: string;
14053
+ }
13968
14054
  /**
13969
14055
  * 智能按帧标签任务输入类型
13970
14056
  */
@@ -14523,17 +14609,17 @@ export interface ReduceMediaBitrateMediaProcessTaskResult {
14523
14609
  <li>Transcode:转码</li>
14524
14610
  <li>AdaptiveDynamicStreaming:自适应码流</li>
14525
14611
  */
14526
- Type: string;
14612
+ Type?: string;
14527
14613
  /**
14528
14614
  * 降码率任务中视频转码任务的查询结果,当任务类型为 Transcode 时有效。
14529
14615
  注意:此字段可能返回 null,表示取不到有效值。
14530
14616
  */
14531
- TranscodeTask: ReduceMediaBitrateTranscodeResult;
14617
+ TranscodeTask?: ReduceMediaBitrateTranscodeResult;
14532
14618
  /**
14533
14619
  * 降码率任务中对视频转自适应码流任务的查询结果,当任务类型为 AdaptiveDynamicStreaming 时有效。
14534
14620
  注意:此字段可能返回 null,表示取不到有效值。
14535
14621
  */
14536
- AdaptiveDynamicStreamingTask: ReduceMediaBitrateAdaptiveDynamicStreamingResult;
14622
+ AdaptiveDynamicStreamingTask?: ReduceMediaBitrateAdaptiveDynamicStreamingResult;
14537
14623
  }
14538
14624
  /**
14539
14625
  * 文本全文识别输入。
@@ -14999,15 +15085,15 @@ export interface TaskSimpleInfo {
14999
15085
  /**
15000
15086
  * 任务 ID。
15001
15087
  */
15002
- TaskId: string;
15088
+ TaskId?: string;
15003
15089
  /**
15004
15090
  * 任务状态。取值:WAITING(等待中)、PROCESSING(处理中)、FINISH(已完成)。
15005
15091
  */
15006
- Status: string;
15092
+ Status?: string;
15007
15093
  /**
15008
15094
  * 视频 ID。
15009
15095
  */
15010
- FileId: string;
15096
+ FileId?: string;
15011
15097
  /**
15012
15098
  * 任务类型,取值:
15013
15099
  <li>Procedure:视频处理任务;</li>
@@ -15022,27 +15108,27 @@ export interface TaskSimpleInfo {
15022
15108
  <li>Clip:视频剪辑任务;</li>
15023
15109
  <li>ImageSprites:截取雪碧图任务。</li>
15024
15110
  */
15025
- TaskType: string;
15111
+ TaskType?: string;
15026
15112
  /**
15027
15113
  * 任务创建时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
15028
15114
  */
15029
- CreateTime: string;
15115
+ CreateTime?: string;
15030
15116
  /**
15031
15117
  * 任务开始执行时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。若任务尚未开始,该字段为空。
15032
15118
  */
15033
- BeginProcessTime: string;
15119
+ BeginProcessTime?: string;
15034
15120
  /**
15035
15121
  * 任务结束时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。若任务尚未完成,该字段为空。
15036
15122
  */
15037
- FinishTime: string;
15123
+ FinishTime?: string;
15038
15124
  /**
15039
15125
  * 用于去重的识别码,如果七天内曾有过相同的识别码的请求。
15040
15126
  */
15041
- SessionId: string;
15127
+ SessionId?: string;
15042
15128
  /**
15043
15129
  * 来源上下文,用于透传用户请求信息。
15044
15130
  */
15045
- SessionContext: string;
15131
+ SessionContext?: string;
15046
15132
  }
15047
15133
  /**
15048
15134
  * 音视频审核任务信息。
@@ -15051,39 +15137,39 @@ export interface ReviewAudioVideoTask {
15051
15137
  /**
15052
15138
  * 任务 ID。
15053
15139
  */
15054
- TaskId: string;
15140
+ TaskId?: string;
15055
15141
  /**
15056
15142
  * 任务状态,取值:
15057
15143
  <li>PROCESSING:处理中;</li>
15058
15144
  <li>FINISH:已完成。</li>
15059
15145
  */
15060
- Status: string;
15146
+ Status?: string;
15061
15147
  /**
15062
15148
  * 错误码,空字符串表示成功,其他值表示失败,取值请参考 [视频处理类错误码](https://cloud.tencent.com/document/product/266/50368#.E8.A7.86.E9.A2.91.E5.A4.84.E7.90.86.E7.B1.BB.E9.94.99.E8.AF.AF.E7.A0.81) 列表。
15063
15149
  */
15064
- ErrCodeExt: string;
15150
+ ErrCodeExt?: string;
15065
15151
  /**
15066
15152
  * 错误信息。
15067
15153
  */
15068
- Message: string;
15154
+ Message?: string;
15069
15155
  /**
15070
15156
  * 音视频审核任务的输入。
15071
15157
  注意:此字段可能返回 null,表示取不到有效值。
15072
15158
  */
15073
- Input: ReviewAudioVideoTaskInput;
15159
+ Input?: ReviewAudioVideoTaskInput;
15074
15160
  /**
15075
15161
  * 音视频审核任务的输出。
15076
15162
  注意:此字段可能返回 null,表示取不到有效值。
15077
15163
  */
15078
- Output: ReviewAudioVideoTaskOutput;
15164
+ Output?: ReviewAudioVideoTaskOutput;
15079
15165
  /**
15080
15166
  * 用于去重的识别码,如果七天内曾有过相同的识别码的请求,则本次的请求会返回错误。最长 50 个字符,不带或者带空字符串表示不做去重。
15081
15167
  */
15082
- SessionId: string;
15168
+ SessionId?: string;
15083
15169
  /**
15084
15170
  * 来源上下文,用于透传用户请求信息,音视频审核完成回调将返回该字段值,最长 1000 个字符。
15085
15171
  */
15086
- SessionContext: string;
15172
+ SessionContext?: string;
15087
15173
  }
15088
15174
  /**
15089
15175
  * DescribeSnapshotByTimeOffsetTemplates返回参数结构体
@@ -15409,7 +15495,7 @@ export interface AiReviewTerrorismTaskInput {
15409
15495
  /**
15410
15496
  * 鉴别涉及令人不安全的信息的模板 ID。
15411
15497
  */
15412
- Definition: number;
15498
+ Definition?: number;
15413
15499
  }
15414
15500
  /**
15415
15501
  * RebuildMediaByTemplate返回参数结构体
@@ -15431,15 +15517,15 @@ export interface MediaAudioStreamItem {
15431
15517
  /**
15432
15518
  * 音频流的码率,单位:bps。
15433
15519
  */
15434
- Bitrate: number;
15520
+ Bitrate?: number;
15435
15521
  /**
15436
15522
  * 音频流的采样率,单位:hz。
15437
15523
  */
15438
- SamplingRate: number;
15524
+ SamplingRate?: number;
15439
15525
  /**
15440
15526
  * 音频流的编码格式,例如 aac。
15441
15527
  */
15442
- Codec: string;
15528
+ Codec?: string;
15443
15529
  }
15444
15530
  /**
15445
15531
  * EnhanceMediaByTemplate请求参数结构体
@@ -15493,19 +15579,19 @@ export interface SubAppIdInfo {
15493
15579
  /**
15494
15580
  * 子应用 ID。
15495
15581
  */
15496
- SubAppId: number;
15582
+ SubAppId?: number;
15497
15583
  /**
15498
15584
  * 子应用名称。
15499
15585
  */
15500
- SubAppIdName: string;
15586
+ SubAppIdName?: string;
15501
15587
  /**
15502
15588
  * 子应用简介。
15503
15589
  */
15504
- Description: string;
15590
+ Description?: string;
15505
15591
  /**
15506
15592
  * 子应用创建时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
15507
15593
  */
15508
- CreateTime: string;
15594
+ CreateTime?: string;
15509
15595
  /**
15510
15596
  * 子应用状态,有效值:
15511
15597
  <li>On:启用;</li>
@@ -15513,11 +15599,11 @@ export interface SubAppIdInfo {
15513
15599
  <li>Destroying:销毁中。</li>
15514
15600
  <li>Destroyed:销毁完成。</li>
15515
15601
  */
15516
- Status: string;
15602
+ Status?: string;
15517
15603
  /**
15518
15604
  * 子应用名称(该字段已不推荐使用,建议使用新的子应用名称字段 SubAppIdName)。
15519
15605
  */
15520
- Name: string;
15606
+ Name?: string;
15521
15607
  }
15522
15608
  /**
15523
15609
  * DescribeAllClass返回参数结构体
@@ -15610,7 +15696,7 @@ export interface AiReviewProhibitedOcrTaskInput {
15610
15696
  /**
15611
15697
  * 鉴违禁模板 ID。
15612
15698
  */
15613
- Definition: number;
15699
+ Definition?: number;
15614
15700
  }
15615
15701
  /**
15616
15702
  * DeleteWatermarkTemplate请求参数结构体
@@ -16014,33 +16100,33 @@ export interface ReviewTemplate {
16014
16100
  /**
16015
16101
  * 审核模版唯一标签。
16016
16102
  */
16017
- Definition: number;
16103
+ Definition?: number;
16018
16104
  /**
16019
16105
  * 模板名称。
16020
16106
  */
16021
- Name: string;
16107
+ Name?: string;
16022
16108
  /**
16023
16109
  * 模板描述信息。
16024
16110
  */
16025
- Comment: string;
16111
+ Comment?: string;
16026
16112
  /**
16027
16113
  * 模板类型,可选值:
16028
16114
  <li>Preset:系统预置模板;</li>
16029
16115
  <li>Custom:用户自定义模板。</li>
16030
16116
  */
16031
- Type: string;
16117
+ Type?: string;
16032
16118
  /**
16033
16119
  * 需要返回的违规标签列表。
16034
16120
  */
16035
- Labels: Array<string>;
16121
+ Labels?: Array<string>;
16036
16122
  /**
16037
16123
  * 模板创建时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
16038
16124
  */
16039
- CreateTime: string;
16125
+ CreateTime?: string;
16040
16126
  /**
16041
16127
  * 模板最后修改时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
16042
16128
  */
16043
- UpdateTime: string;
16129
+ UpdateTime?: string;
16044
16130
  }
16045
16131
  /**
16046
16132
  * 用户自定义语音审核任务控制参数
@@ -16098,7 +16184,7 @@ export interface MediaVideoStreamItem {
16098
16184
  * 画面动态范围信息。
16099
16185
  <li><font color=red>注意</font>:在 2023-01-10T00:00:00Z 后处理的转码文件,此字段有效。</li>
16100
16186
  */
16101
- DynamicRangeInfo: DynamicRangeInfo;
16187
+ DynamicRangeInfo?: DynamicRangeInfo;
16102
16188
  }
16103
16189
  /**
16104
16190
  * CreateRebuildMediaTemplate请求参数结构体
@@ -16963,32 +17049,32 @@ export interface AiRecognitionTaskAsrWordsResult {
16963
17049
  /**
16964
17050
  * 任务状态,有 PROCESSING,SUCCESS 和 FAIL 三种。
16965
17051
  */
16966
- Status: string;
17052
+ Status?: string;
16967
17053
  /**
16968
17054
  * 错误码,空字符串表示成功,其他值表示失败,取值请参考 [视频处理类错误码](https://cloud.tencent.com/document/product/266/50368#.E8.A7.86.E9.A2.91.E5.A4.84.E7.90.86.E7.B1.BB.E9.94.99.E8.AF.AF.E7.A0.81) 列表。
16969
17055
  */
16970
- ErrCodeExt: string;
17056
+ ErrCodeExt?: string;
16971
17057
  /**
16972
17058
  * 错误码,0 表示成功,其他值表示失败(该字段已不推荐使用,建议使用新的错误码字段 ErrCodeExt)。
16973
17059
  */
16974
- ErrCode: number;
17060
+ ErrCode?: number;
16975
17061
  /**
16976
17062
  * 错误信息。
16977
17063
  */
16978
- Message: string;
17064
+ Message?: string;
16979
17065
  /**
16980
17066
  * 语音关键词识别任务输入信息。
16981
17067
  */
16982
- Input: AiRecognitionTaskAsrWordsResultInput;
17068
+ Input?: AiRecognitionTaskAsrWordsResultInput;
16983
17069
  /**
16984
17070
  * 语音关键词识别任务输出信息。
16985
17071
  注意:此字段可能返回 null,表示取不到有效值。
16986
17072
  */
16987
- Output: AiRecognitionTaskAsrWordsResultOutput;
17073
+ Output?: AiRecognitionTaskAsrWordsResultOutput;
16988
17074
  /**
16989
17075
  * 语音关键词识别任务进度,取值范围 [0-100] 。
16990
17076
  */
16991
- Progress: number;
17077
+ Progress?: number;
16992
17078
  /**
16993
17079
  * 语音关键词识别任务开始执行的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
16994
17080
  */
@@ -18324,32 +18410,32 @@ export interface AiRecognitionTaskHeadTailResult {
18324
18410
  /**
18325
18411
  * 任务状态,有 PROCESSING,SUCCESS 和 FAIL 三种。
18326
18412
  */
18327
- Status: string;
18413
+ Status?: string;
18328
18414
  /**
18329
18415
  * 错误码,空字符串表示成功,其他值表示失败,取值请参考 [视频处理类错误码](https://cloud.tencent.com/document/product/266/50368#.E8.A7.86.E9.A2.91.E5.A4.84.E7.90.86.E7.B1.BB.E9.94.99.E8.AF.AF.E7.A0.81) 列表。
18330
18416
  */
18331
- ErrCodeExt: string;
18417
+ ErrCodeExt?: string;
18332
18418
  /**
18333
18419
  * 错误码,0 表示成功,其他值表示失败(该字段已不推荐使用,建议使用新的错误码字段 ErrCodeExt)。
18334
18420
  */
18335
- ErrCode: number;
18421
+ ErrCode?: number;
18336
18422
  /**
18337
18423
  * 错误信息。
18338
18424
  */
18339
- Message: string;
18425
+ Message?: string;
18340
18426
  /**
18341
18427
  * 视频片头片尾识别任务输入信息。
18342
18428
  */
18343
- Input: AiRecognitionTaskHeadTailResultInput;
18429
+ Input?: AiRecognitionTaskHeadTailResultInput;
18344
18430
  /**
18345
18431
  * 视频片头片尾识别任务输出信息。
18346
18432
  注意:此字段可能返回 null,表示取不到有效值。
18347
18433
  */
18348
- Output: AiRecognitionTaskHeadTailResultOutput;
18434
+ Output?: AiRecognitionTaskHeadTailResultOutput;
18349
18435
  /**
18350
18436
  * 视频片头片尾识别任务进度,取值范围 [0-100] 。
18351
18437
  */
18352
- Progress: number;
18438
+ Progress?: number;
18353
18439
  /**
18354
18440
  * 视频片头片尾识别任务开始执行的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
18355
18441
  */