tencentcloud-sdk-nodejs-intl-en 3.0.1199 → 3.0.1201
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/package.json +1 -1
- package/tencentcloud/billing/v20180709/models.js +16 -23
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/emr/v20190103/emr_client.js +3 -1
- package/tencentcloud/emr/v20190103/models.js +234 -26
- package/tencentcloud/iai/v20200303/iai_client.js +0 -2
- package/tencentcloud/iai/v20200303/models.js +1 -1
- package/tencentcloud/intlpartnersmgt/v20220928/models.js +9 -3
- package/tencentcloud/iotcloud/v20210408/models.js +1 -1
- package/tencentcloud/mps/v20190612/models.js +128 -100
- package/tencentcloud/redis/v20180412/models.js +1 -1
- package/tencentcloud/ssl/v20191205/models.js +988 -117
- package/tencentcloud/ssl/v20191205/ssl_client.js +85 -3
|
@@ -552,14 +552,14 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
552
552
|
|
|
553
553
|
/**
|
|
554
554
|
* An extended field for transcoding.
|
|
555
|
-
Note: This field may return
|
|
555
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
556
556
|
* @type {string || null}
|
|
557
557
|
*/
|
|
558
558
|
this.StdExtInfo = null;
|
|
559
559
|
|
|
560
560
|
/**
|
|
561
561
|
* The subtitle file to add.
|
|
562
|
-
Note: This field may return
|
|
562
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
563
563
|
* @type {Array.<AddOnSubtitle> || null}
|
|
564
564
|
*/
|
|
565
565
|
this.AddOnSubtitles = null;
|
|
@@ -2041,7 +2041,7 @@ class MediaSnapshotByTimeOffsetItem extends AbstractModel {
|
|
|
2041
2041
|
super();
|
|
2042
2042
|
|
|
2043
2043
|
/**
|
|
2044
|
-
* Specification of a time point screenshot.
|
|
2044
|
+
* Specification of a time point screenshot template.
|
|
2045
2045
|
* @type {number || null}
|
|
2046
2046
|
*/
|
|
2047
2047
|
this.Definition = null;
|
|
@@ -2367,7 +2367,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
2367
2367
|
|
|
2368
2368
|
/**
|
|
2369
2369
|
* The audio enhancement configuration.
|
|
2370
|
-
Note: This field may return
|
|
2370
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
2371
2371
|
* @type {AudioEnhanceConfig || null}
|
|
2372
2372
|
*/
|
|
2373
2373
|
this.AudioEnhance = null;
|
|
@@ -5579,7 +5579,7 @@ class AiReviewPornTaskInput extends AbstractModel {
|
|
|
5579
5579
|
|
|
5580
5580
|
/**
|
|
5581
5581
|
* The ID of a porn detection template.
|
|
5582
|
-
Note: This field may return
|
|
5582
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
5583
5583
|
* @type {number || null}
|
|
5584
5584
|
*/
|
|
5585
5585
|
this.Definition = null;
|
|
@@ -6144,7 +6144,7 @@ Default value: `ON`.
|
|
|
6144
6144
|
<li>`normal`: Separate voice and background audio.</li>
|
|
6145
6145
|
<li>`music`: Separate vocals and instrumentals.</li>
|
|
6146
6146
|
Default value: `normal`.
|
|
6147
|
-
Note: This field may return
|
|
6147
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
6148
6148
|
* @type {string || null}
|
|
6149
6149
|
*/
|
|
6150
6150
|
this.Type = null;
|
|
@@ -6154,7 +6154,7 @@ Note: This field may return·null, indicating that no valid values can be obtain
|
|
|
6154
6154
|
<li>`vocal`: Voice.</li>
|
|
6155
6155
|
<li>`background`: Output background audio if the scenario is `normal`, and output instrumentals if the scenario is `music`.</li>
|
|
6156
6156
|
Default value: `vocal`.
|
|
6157
|
-
Note: This field may return
|
|
6157
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
6158
6158
|
* @type {string || null}
|
|
6159
6159
|
*/
|
|
6160
6160
|
this.Track = null;
|
|
@@ -6298,7 +6298,7 @@ Default value: `ON`.
|
|
|
6298
6298
|
<li>`declick`: Noise removal.</li>
|
|
6299
6299
|
<li>`deesser`: De-essing.</li>
|
|
6300
6300
|
Default: `declick`.
|
|
6301
|
-
Note: This field may return
|
|
6301
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
6302
6302
|
* @type {Array.<string> || null}
|
|
6303
6303
|
*/
|
|
6304
6304
|
this.Types = null;
|
|
@@ -7893,25 +7893,25 @@ class MediaProcessTaskInput extends AbstractModel {
|
|
|
7893
7893
|
this.TranscodeTaskSet = null;
|
|
7894
7894
|
|
|
7895
7895
|
/**
|
|
7896
|
-
* List of animated image
|
|
7896
|
+
* List of animated image screenshot tasks.
|
|
7897
7897
|
* @type {Array.<AnimatedGraphicTaskInput> || null}
|
|
7898
7898
|
*/
|
|
7899
7899
|
this.AnimatedGraphicTaskSet = null;
|
|
7900
7900
|
|
|
7901
7901
|
/**
|
|
7902
|
-
* List of time point
|
|
7902
|
+
* List of time point screenshot tasks.
|
|
7903
7903
|
* @type {Array.<SnapshotByTimeOffsetTaskInput> || null}
|
|
7904
7904
|
*/
|
|
7905
7905
|
this.SnapshotByTimeOffsetTaskSet = null;
|
|
7906
7906
|
|
|
7907
7907
|
/**
|
|
7908
|
-
* List of sampled
|
|
7908
|
+
* List of sampled screenshot tasks.
|
|
7909
7909
|
* @type {Array.<SampleSnapshotTaskInput> || null}
|
|
7910
7910
|
*/
|
|
7911
7911
|
this.SampleSnapshotTaskSet = null;
|
|
7912
7912
|
|
|
7913
7913
|
/**
|
|
7914
|
-
* List of image sprite
|
|
7914
|
+
* List of image sprite screenshot tasks.
|
|
7915
7915
|
* @type {Array.<ImageSpriteTaskInput> || null}
|
|
7916
7916
|
*/
|
|
7917
7917
|
this.ImageSpriteTaskSet = null;
|
|
@@ -9124,7 +9124,7 @@ class EditMediaOutputConfig extends AbstractModel {
|
|
|
9124
9124
|
|
|
9125
9125
|
/**
|
|
9126
9126
|
* The container. Valid values: `mp4` (default), `hls`, `mov`, `flv`, `avi`.
|
|
9127
|
-
Note: This field may return
|
|
9127
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
9128
9128
|
* @type {string || null}
|
|
9129
9129
|
*/
|
|
9130
9130
|
this.Container = null;
|
|
@@ -10124,14 +10124,14 @@ class LiveRecordResult extends AbstractModel {
|
|
|
10124
10124
|
|
|
10125
10125
|
/**
|
|
10126
10126
|
* The storage of the recording file.
|
|
10127
|
-
Note: This field may return
|
|
10127
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
10128
10128
|
* @type {TaskOutputStorage || null}
|
|
10129
10129
|
*/
|
|
10130
10130
|
this.OutputStorage = null;
|
|
10131
10131
|
|
|
10132
10132
|
/**
|
|
10133
10133
|
* The recording segments.
|
|
10134
|
-
Note: This field may return
|
|
10134
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
10135
10135
|
* @type {Array.<LiveRecordFile> || null}
|
|
10136
10136
|
*/
|
|
10137
10137
|
this.FileList = null;
|
|
@@ -10212,35 +10212,35 @@ class LiveRecordFile extends AbstractModel {
|
|
|
10212
10212
|
|
|
10213
10213
|
/**
|
|
10214
10214
|
* The URL of the recording file.
|
|
10215
|
-
Note: This field may return
|
|
10215
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
10216
10216
|
* @type {string || null}
|
|
10217
10217
|
*/
|
|
10218
10218
|
this.Url = null;
|
|
10219
10219
|
|
|
10220
10220
|
/**
|
|
10221
10221
|
* The size of the recording file.
|
|
10222
|
-
Note: This field may return
|
|
10222
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
10223
10223
|
* @type {number || null}
|
|
10224
10224
|
*/
|
|
10225
10225
|
this.Size = null;
|
|
10226
10226
|
|
|
10227
10227
|
/**
|
|
10228
10228
|
* The duration of the recording file.
|
|
10229
|
-
Note: This field may return
|
|
10229
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
10230
10230
|
* @type {number || null}
|
|
10231
10231
|
*/
|
|
10232
10232
|
this.Duration = null;
|
|
10233
10233
|
|
|
10234
10234
|
/**
|
|
10235
10235
|
* The recording start time in [ISO date format](https://intl.cloud.tencent.com/document/product/862/37710?from_cn_redirect=1#52).
|
|
10236
|
-
Note: This field may return
|
|
10236
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
10237
10237
|
* @type {string || null}
|
|
10238
10238
|
*/
|
|
10239
10239
|
this.StartTime = null;
|
|
10240
10240
|
|
|
10241
10241
|
/**
|
|
10242
10242
|
* The recording end time in [ISO date format](https://intl.cloud.tencent.com/document/product/862/37710?from_cn_redirect=1#52).
|
|
10243
|
-
Note: This field may return
|
|
10243
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
10244
10244
|
* @type {string || null}
|
|
10245
10245
|
*/
|
|
10246
10246
|
this.EndTime = null;
|
|
@@ -10944,9 +10944,9 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
10944
10944
|
this.FpsDenominator = null;
|
|
10945
10945
|
|
|
10946
10946
|
/**
|
|
10947
|
-
* 3D video splicing mode, applicable only to mv-hevc and effective for 3d videos. valid values
|
|
10948
|
-
<Li>
|
|
10949
|
-
<li>top_bottom: vertical layout arrangement of original video content.</li
|
|
10947
|
+
* 3D video splicing mode, applicable only to mv-hevc and effective for 3d videos. valid values:
|
|
10948
|
+
<Li>side_by_side: the original video content is arranged in a left-right layout.</li>
|
|
10949
|
+
<li>top_bottom: vertical layout arrangement of original video content.</li>
|
|
10950
10950
|
Submit the amount and cost based on the segmented resolution size.
|
|
10951
10951
|
Default value: side_by_side.
|
|
10952
10952
|
Note: This field may return null, indicating that no valid value can be obtained.
|
|
@@ -11570,7 +11570,7 @@ class TaskOutputStorage extends AbstractModel {
|
|
|
11570
11570
|
/**
|
|
11571
11571
|
* The storage type for a media processing output file. Valid values:
|
|
11572
11572
|
<li>`COS`: Tencent Cloud COS</li>
|
|
11573
|
-
<li
|
|
11573
|
+
<li>`AWS-S3`: AWS S3. This type is only supported for AWS tasks, and the output bucket must be in the same region as the bucket of the source file.</li>
|
|
11574
11574
|
* @type {string || null}
|
|
11575
11575
|
*/
|
|
11576
11576
|
this.Type = null;
|
|
@@ -11962,7 +11962,7 @@ class LiveScheduleTask extends AbstractModel {
|
|
|
11962
11962
|
|
|
11963
11963
|
/**
|
|
11964
11964
|
* The ID of a live scheme subtask.
|
|
11965
|
-
Note: This field may return
|
|
11965
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
11966
11966
|
* @type {string || null}
|
|
11967
11967
|
*/
|
|
11968
11968
|
this.TaskId = null;
|
|
@@ -11971,35 +11971,35 @@ Note: This field may return·null, indicating that no valid values can be obtain
|
|
|
11971
11971
|
* The task status. Valid values:
|
|
11972
11972
|
<li>`PROCESSING`</li>
|
|
11973
11973
|
<li>`FINISH` </li>
|
|
11974
|
-
Note: This field may return
|
|
11974
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
11975
11975
|
* @type {string || null}
|
|
11976
11976
|
*/
|
|
11977
11977
|
this.Status = null;
|
|
11978
11978
|
|
|
11979
11979
|
/**
|
|
11980
11980
|
* If the value returned is not `0`, there was a source error. If `0` is returned, refer to the error codes of the corresponding task type.
|
|
11981
|
-
Note: This field may return
|
|
11981
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
11982
11982
|
* @type {number || null}
|
|
11983
11983
|
*/
|
|
11984
11984
|
this.ErrCode = null;
|
|
11985
11985
|
|
|
11986
11986
|
/**
|
|
11987
11987
|
* If there was a source error, this parameter is the error message. For other errors, refer to the error messages of the corresponding task type.
|
|
11988
|
-
Note: This field may return
|
|
11988
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
11989
11989
|
* @type {string || null}
|
|
11990
11990
|
*/
|
|
11991
11991
|
this.Message = null;
|
|
11992
11992
|
|
|
11993
11993
|
/**
|
|
11994
11994
|
* The URL of the live stream.
|
|
11995
|
-
Note: This field may return
|
|
11995
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
11996
11996
|
* @type {string || null}
|
|
11997
11997
|
*/
|
|
11998
11998
|
this.Url = null;
|
|
11999
11999
|
|
|
12000
12000
|
/**
|
|
12001
12001
|
* The task output.
|
|
12002
|
-
Note: This field may return
|
|
12002
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
12003
12003
|
* @type {Array.<LiveActivityResult> || null}
|
|
12004
12004
|
*/
|
|
12005
12005
|
this.LiveActivityResultSet = null;
|
|
@@ -12711,7 +12711,7 @@ class AiAnalysisTaskHighlightOutput extends AbstractModel {
|
|
|
12711
12711
|
|
|
12712
12712
|
/**
|
|
12713
12713
|
* The storage location of the highlight segments.
|
|
12714
|
-
Note: This field may return
|
|
12714
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
12715
12715
|
* @type {TaskOutputStorage || null}
|
|
12716
12716
|
*/
|
|
12717
12717
|
this.OutputStorage = null;
|
|
@@ -13411,7 +13411,7 @@ class LiveStreamOcrFullTextRecognitionResult extends AbstractModel {
|
|
|
13411
13411
|
}
|
|
13412
13412
|
|
|
13413
13413
|
/**
|
|
13414
|
-
* Result type of a time point
|
|
13414
|
+
* Result type of a time point screenshot task
|
|
13415
13415
|
* @class
|
|
13416
13416
|
*/
|
|
13417
13417
|
class MediaProcessTaskSnapshotByTimeOffsetResult extends AbstractModel {
|
|
@@ -13443,18 +13443,30 @@ class MediaProcessTaskSnapshotByTimeOffsetResult extends AbstractModel {
|
|
|
13443
13443
|
this.Message = null;
|
|
13444
13444
|
|
|
13445
13445
|
/**
|
|
13446
|
-
* Input for a time point
|
|
13446
|
+
* Input for a time point screenshot task.
|
|
13447
13447
|
* @type {SnapshotByTimeOffsetTaskInput || null}
|
|
13448
13448
|
*/
|
|
13449
13449
|
this.Input = null;
|
|
13450
13450
|
|
|
13451
13451
|
/**
|
|
13452
|
-
* Output of a time point
|
|
13452
|
+
* Output of a time point screenshot task.
|
|
13453
13453
|
Note: This field may return null, indicating that no valid values can be obtained.
|
|
13454
13454
|
* @type {MediaSnapshotByTimeOffsetItem || null}
|
|
13455
13455
|
*/
|
|
13456
13456
|
this.Output = null;
|
|
13457
13457
|
|
|
13458
|
+
/**
|
|
13459
|
+
* The time when the task started executing, in ISO date format.
|
|
13460
|
+
* @type {string || null}
|
|
13461
|
+
*/
|
|
13462
|
+
this.BeginProcessTime = null;
|
|
13463
|
+
|
|
13464
|
+
/**
|
|
13465
|
+
* The time when the task finished, in ISO date format.
|
|
13466
|
+
* @type {string || null}
|
|
13467
|
+
*/
|
|
13468
|
+
this.FinishTime = null;
|
|
13469
|
+
|
|
13458
13470
|
}
|
|
13459
13471
|
|
|
13460
13472
|
/**
|
|
@@ -13480,6 +13492,8 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
13480
13492
|
obj.deserialize(params.Output)
|
|
13481
13493
|
this.Output = obj;
|
|
13482
13494
|
}
|
|
13495
|
+
this.BeginProcessTime = 'BeginProcessTime' in params ? params.BeginProcessTime : null;
|
|
13496
|
+
this.FinishTime = 'FinishTime' in params ? params.FinishTime : null;
|
|
13483
13497
|
|
|
13484
13498
|
}
|
|
13485
13499
|
}
|
|
@@ -14136,7 +14150,7 @@ Note: This field may return `null`, indicating that no valid value was found.
|
|
|
14136
14150
|
}
|
|
14137
14151
|
|
|
14138
14152
|
/**
|
|
14139
|
-
* Input parameter type of a time point
|
|
14153
|
+
* Input parameter type of a time point screenshot task
|
|
14140
14154
|
* @class
|
|
14141
14155
|
*/
|
|
14142
14156
|
class SnapshotByTimeOffsetTaskInput extends AbstractModel {
|
|
@@ -14144,7 +14158,7 @@ class SnapshotByTimeOffsetTaskInput extends AbstractModel {
|
|
|
14144
14158
|
super();
|
|
14145
14159
|
|
|
14146
14160
|
/**
|
|
14147
|
-
* ID of a time point
|
|
14161
|
+
* ID of a time point screenshot template.
|
|
14148
14162
|
* @type {number || null}
|
|
14149
14163
|
*/
|
|
14150
14164
|
this.Definition = null;
|
|
@@ -14654,21 +14668,21 @@ class SimpleAesDrm extends AbstractModel {
|
|
|
14654
14668
|
|
|
14655
14669
|
/**
|
|
14656
14670
|
* The URI of decryption key.
|
|
14657
|
-
Note: This field may return
|
|
14671
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
14658
14672
|
* @type {string || null}
|
|
14659
14673
|
*/
|
|
14660
14674
|
this.Uri = null;
|
|
14661
14675
|
|
|
14662
14676
|
/**
|
|
14663
14677
|
* The encryption key (a 32-byte string).
|
|
14664
|
-
Note: This field may return
|
|
14678
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
14665
14679
|
* @type {string || null}
|
|
14666
14680
|
*/
|
|
14667
14681
|
this.Key = null;
|
|
14668
14682
|
|
|
14669
14683
|
/**
|
|
14670
14684
|
* The initialization vector for encryption (a 32-byte string).
|
|
14671
|
-
Note: This field may return
|
|
14685
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
14672
14686
|
* @type {string || null}
|
|
14673
14687
|
*/
|
|
14674
14688
|
this.Vector = null;
|
|
@@ -15009,7 +15023,7 @@ class VideoTemplateInfoForUpdate extends AbstractModel {
|
|
|
15009
15023
|
|
|
15010
15024
|
Note:
|
|
15011
15025
|
AV1 encoding containers currently only support mp4, webm, and mkv.
|
|
15012
|
-
H.266 encoding containers currently only support mp4, hls, ts, and
|
|
15026
|
+
H.266 encoding containers currently only support mp4, hls, ts, and mov.
|
|
15013
15027
|
VP8 and VP9 encoding containers currently only support webm and mkv.
|
|
15014
15028
|
MPEG2 and DNxHD encoding containers currently only support mxf.
|
|
15015
15029
|
MV-HEVC encoding containers only support mp4, hls, and mov. Also, the hls format only supports mp4 segmentation format.
|
|
@@ -15149,9 +15163,9 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
15149
15163
|
this.FpsDenominator = null;
|
|
15150
15164
|
|
|
15151
15165
|
/**
|
|
15152
|
-
* 3D video splicing mode, applicable only to mv-hevc and effective for 3d videos. valid values
|
|
15153
|
-
<Li>
|
|
15154
|
-
<Li>
|
|
15166
|
+
* 3D video splicing mode, applicable only to mv-hevc and effective for 3d videos. valid values:
|
|
15167
|
+
<Li>side_by_side: the original video content is arranged in a left-right layout.</li>
|
|
15168
|
+
<Li>top_bottom: layout arrangement of the original video content from top to bottom.</li>
|
|
15155
15169
|
The usage and charges will be reported based on the segmented resolution dimensions.
|
|
15156
15170
|
Default value: side_by_side.
|
|
15157
15171
|
Note: This field may return null, indicating that no valid value can be obtained.
|
|
@@ -15578,19 +15592,19 @@ class ActivityPara extends AbstractModel {
|
|
|
15578
15592
|
this.AnimatedGraphicTask = null;
|
|
15579
15593
|
|
|
15580
15594
|
/**
|
|
15581
|
-
* A time point
|
|
15595
|
+
* A time point screenshot task.
|
|
15582
15596
|
* @type {SnapshotByTimeOffsetTaskInput || null}
|
|
15583
15597
|
*/
|
|
15584
15598
|
this.SnapshotByTimeOffsetTask = null;
|
|
15585
15599
|
|
|
15586
15600
|
/**
|
|
15587
|
-
* A sampled
|
|
15601
|
+
* A sampled screenshot task.
|
|
15588
15602
|
* @type {SampleSnapshotTaskInput || null}
|
|
15589
15603
|
*/
|
|
15590
15604
|
this.SampleSnapshotTask = null;
|
|
15591
15605
|
|
|
15592
15606
|
/**
|
|
15593
|
-
* An image sprite
|
|
15607
|
+
* An image sprite screenshot task.
|
|
15594
15608
|
* @type {ImageSpriteTaskInput || null}
|
|
15595
15609
|
*/
|
|
15596
15610
|
this.ImageSpriteTask = null;
|
|
@@ -16244,7 +16258,7 @@ class LiveActivityResItem extends AbstractModel {
|
|
|
16244
16258
|
|
|
16245
16259
|
/**
|
|
16246
16260
|
* The output of a live recording task.
|
|
16247
|
-
Note: This field may return
|
|
16261
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
16248
16262
|
* @type {LiveScheduleLiveRecordTaskResult || null}
|
|
16249
16263
|
*/
|
|
16250
16264
|
this.LiveRecordTask = null;
|
|
@@ -16626,14 +16640,14 @@ class LiveRecordTaskInput extends AbstractModel {
|
|
|
16626
16640
|
|
|
16627
16641
|
/**
|
|
16628
16642
|
* The storage of the recording file. If this parameter is left empty, the `OutputStorage` value of the parent folder will be inherited.
|
|
16629
|
-
Note: This field may return
|
|
16643
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
16630
16644
|
* @type {TaskOutputStorage || null}
|
|
16631
16645
|
*/
|
|
16632
16646
|
this.OutputStorage = null;
|
|
16633
16647
|
|
|
16634
16648
|
/**
|
|
16635
16649
|
* The output path of the recording file.
|
|
16636
|
-
Note: This field may return
|
|
16650
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
16637
16651
|
* @type {string || null}
|
|
16638
16652
|
*/
|
|
16639
16653
|
this.OutputObjectPath = null;
|
|
@@ -16826,14 +16840,14 @@ class HeadTailParameter extends AbstractModel {
|
|
|
16826
16840
|
|
|
16827
16841
|
/**
|
|
16828
16842
|
* The opening segments.
|
|
16829
|
-
Note: This field may return
|
|
16843
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
16830
16844
|
* @type {Array.<MediaInputInfo> || null}
|
|
16831
16845
|
*/
|
|
16832
16846
|
this.HeadSet = null;
|
|
16833
16847
|
|
|
16834
16848
|
/**
|
|
16835
16849
|
* The closing segments.
|
|
16836
|
-
Note: This field may return
|
|
16850
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
16837
16851
|
* @type {Array.<MediaInputInfo> || null}
|
|
16838
16852
|
*/
|
|
16839
16853
|
this.TailSet = null;
|
|
@@ -20228,14 +20242,14 @@ class SubtitleTemplate extends AbstractModel {
|
|
|
20228
20242
|
|
|
20229
20243
|
/**
|
|
20230
20244
|
* The URL of the subtitles to add to the video.
|
|
20231
|
-
Note: This field may return
|
|
20245
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
20232
20246
|
* @type {string || null}
|
|
20233
20247
|
*/
|
|
20234
20248
|
this.Path = null;
|
|
20235
20249
|
|
|
20236
20250
|
/**
|
|
20237
20251
|
* The subtitle track to add to the video. If both `Path` and `StreamIndex` are specified, `Path` will be used. You need to specify at least one of the two parameters.
|
|
20238
|
-
Note: This field may return
|
|
20252
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
20239
20253
|
* @type {number || null}
|
|
20240
20254
|
*/
|
|
20241
20255
|
this.StreamIndex = null;
|
|
@@ -20247,21 +20261,21 @@ Note: This field may return·null, indicating that no valid values can be obtain
|
|
|
20247
20261
|
<li>`simkai.ttf`: Kaiti.</li>
|
|
20248
20262
|
<li>`arial.ttf`: Arial.</li>
|
|
20249
20263
|
The default is `hei.ttf`.
|
|
20250
|
-
Note: This field may return
|
|
20264
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
20251
20265
|
* @type {string || null}
|
|
20252
20266
|
*/
|
|
20253
20267
|
this.FontType = null;
|
|
20254
20268
|
|
|
20255
20269
|
/**
|
|
20256
20270
|
* The font size (pixels). If this is not specified, the font size in the subtitle file will be used.
|
|
20257
|
-
Note: This field may return
|
|
20271
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
20258
20272
|
* @type {string || null}
|
|
20259
20273
|
*/
|
|
20260
20274
|
this.FontSize = null;
|
|
20261
20275
|
|
|
20262
20276
|
/**
|
|
20263
20277
|
* The font color in 0xRRGGBB format. Default value: 0xFFFFFF (white).
|
|
20264
|
-
Note: This field may return
|
|
20278
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
20265
20279
|
* @type {string || null}
|
|
20266
20280
|
*/
|
|
20267
20281
|
this.FontColor = null;
|
|
@@ -20271,7 +20285,7 @@ Note: This field may return·null, indicating that no valid values can be obtain
|
|
|
20271
20285
|
<li>`0`: Fully transparent.</li>
|
|
20272
20286
|
<li>`1`: Fully opaque.</li>
|
|
20273
20287
|
Default value: 1.
|
|
20274
|
-
Note: This field may return
|
|
20288
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
20275
20289
|
* @type {number || null}
|
|
20276
20290
|
*/
|
|
20277
20291
|
this.FontAlpha = null;
|
|
@@ -22366,7 +22380,7 @@ class CreateAIAnalysisTemplateResponse extends AbstractModel {
|
|
|
22366
22380
|
}
|
|
22367
22381
|
|
|
22368
22382
|
/**
|
|
22369
|
-
* Result type of a sampled
|
|
22383
|
+
* Result type of a sampled screenshot task
|
|
22370
22384
|
* @class
|
|
22371
22385
|
*/
|
|
22372
22386
|
class MediaProcessTaskSampleSnapshotResult extends AbstractModel {
|
|
@@ -22399,18 +22413,30 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
22399
22413
|
this.Message = null;
|
|
22400
22414
|
|
|
22401
22415
|
/**
|
|
22402
|
-
* Input for a sampled
|
|
22416
|
+
* Input for a sampled screenshot task.
|
|
22403
22417
|
* @type {SampleSnapshotTaskInput || null}
|
|
22404
22418
|
*/
|
|
22405
22419
|
this.Input = null;
|
|
22406
22420
|
|
|
22407
22421
|
/**
|
|
22408
|
-
* Output of a sampled
|
|
22422
|
+
* Output of a sampled screenshot task.
|
|
22409
22423
|
Note: This field may return null, indicating that no valid values can be obtained.
|
|
22410
22424
|
* @type {MediaSampleSnapshotItem || null}
|
|
22411
22425
|
*/
|
|
22412
22426
|
this.Output = null;
|
|
22413
22427
|
|
|
22428
|
+
/**
|
|
22429
|
+
*
|
|
22430
|
+
* @type {string || null}
|
|
22431
|
+
*/
|
|
22432
|
+
this.BeginProcessTime = null;
|
|
22433
|
+
|
|
22434
|
+
/**
|
|
22435
|
+
*
|
|
22436
|
+
* @type {string || null}
|
|
22437
|
+
*/
|
|
22438
|
+
this.FinishTime = null;
|
|
22439
|
+
|
|
22414
22440
|
}
|
|
22415
22441
|
|
|
22416
22442
|
/**
|
|
@@ -22436,6 +22462,8 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
22436
22462
|
obj.deserialize(params.Output)
|
|
22437
22463
|
this.Output = obj;
|
|
22438
22464
|
}
|
|
22465
|
+
this.BeginProcessTime = 'BeginProcessTime' in params ? params.BeginProcessTime : null;
|
|
22466
|
+
this.FinishTime = 'FinishTime' in params ? params.FinishTime : null;
|
|
22439
22467
|
|
|
22440
22468
|
}
|
|
22441
22469
|
}
|
|
@@ -22689,14 +22717,14 @@ class TEHDConfigForUpdate extends AbstractModel {
|
|
|
22689
22717
|
<li>`TEHD-100`: TSC-100 (video TSC). </li>
|
|
22690
22718
|
<li>`TEHD-200`: TSC-200 (audio TSC). </li>
|
|
22691
22719
|
If this parameter is left blank, no modification will be made.
|
|
22692
|
-
Note: This field may return
|
|
22720
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
22693
22721
|
* @type {string || null}
|
|
22694
22722
|
*/
|
|
22695
22723
|
this.Type = null;
|
|
22696
22724
|
|
|
22697
22725
|
/**
|
|
22698
22726
|
* The maximum video bitrate. If this parameter is not specified, no modifications will be made.
|
|
22699
|
-
Note: This field may return
|
|
22727
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
22700
22728
|
* @type {number || null}
|
|
22701
22729
|
*/
|
|
22702
22730
|
this.MaxVideoBitrate = null;
|
|
@@ -23667,7 +23695,7 @@ class MediaSampleSnapshotItem extends AbstractModel {
|
|
|
23667
23695
|
super();
|
|
23668
23696
|
|
|
23669
23697
|
/**
|
|
23670
|
-
* Sampled screenshot specification ID. For more information, please see [Sampled
|
|
23698
|
+
* Sampled screenshot specification ID. For more information, please see [Sampled Screenshot Parameter Template](https://intl.cloud.tencent.com/document/product/266/33480?from_cn_redirect=1#.E9.87.87.E6.A0.B7.E6.88.AA.E5.9B.BE.E6.A8.A1.E6.9D.BF).
|
|
23671
23699
|
* @type {number || null}
|
|
23672
23700
|
*/
|
|
23673
23701
|
this.Definition = null;
|
|
@@ -23849,10 +23877,10 @@ class MediaProcessTaskResult extends AbstractModel {
|
|
|
23849
23877
|
* Task type. Valid values:
|
|
23850
23878
|
<li>Transcode: Transcoding</li>
|
|
23851
23879
|
<li>AnimatedGraphics: Animated image generating</li>
|
|
23852
|
-
<li>SnapshotByTimeOffset: Time point
|
|
23853
|
-
<li>SampleSnapshot: Sampled
|
|
23854
|
-
<li>ImageSprites: Image sprite
|
|
23855
|
-
<li>CoverBySnapshot:
|
|
23880
|
+
<li>SnapshotByTimeOffset: Time point screenshot</li>
|
|
23881
|
+
<li>SampleSnapshot: Sampled screenshot</li>
|
|
23882
|
+
<li>ImageSprites: Image sprite screenshot</li>
|
|
23883
|
+
<li>CoverBySnapshot: Screenshot for cover image</li>
|
|
23856
23884
|
<li>AdaptiveDynamicStreaming: Adaptive bitrate streaming</li>
|
|
23857
23885
|
* @type {string || null}
|
|
23858
23886
|
*/
|
|
@@ -23873,21 +23901,21 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
23873
23901
|
this.AnimatedGraphicTask = null;
|
|
23874
23902
|
|
|
23875
23903
|
/**
|
|
23876
|
-
* Query result of a time point
|
|
23904
|
+
* Query result of a time point screenshot task, which is valid when task type is `SnapshotByTimeOffset`.
|
|
23877
23905
|
Note: This field may return null, indicating that no valid values can be obtained.
|
|
23878
23906
|
* @type {MediaProcessTaskSnapshotByTimeOffsetResult || null}
|
|
23879
23907
|
*/
|
|
23880
23908
|
this.SnapshotByTimeOffsetTask = null;
|
|
23881
23909
|
|
|
23882
23910
|
/**
|
|
23883
|
-
* Query result of a sampled
|
|
23911
|
+
* Query result of a sampled screenshot task, which is valid when task type is `SampleSnapshot`.
|
|
23884
23912
|
Note: This field may return null, indicating that no valid values can be obtained.
|
|
23885
23913
|
* @type {MediaProcessTaskSampleSnapshotResult || null}
|
|
23886
23914
|
*/
|
|
23887
23915
|
this.SampleSnapshotTask = null;
|
|
23888
23916
|
|
|
23889
23917
|
/**
|
|
23890
|
-
* Query result of an image sprite
|
|
23918
|
+
* Query result of an image sprite screenshot task, which is valid when task type is `ImageSprite`.
|
|
23891
23919
|
Note: This field may return null, indicating that no valid values can be obtained.
|
|
23892
23920
|
* @type {MediaProcessTaskImageSpriteResult || null}
|
|
23893
23921
|
*/
|
|
@@ -25263,7 +25291,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
25263
25291
|
|
|
25264
25292
|
/**
|
|
25265
25293
|
* The key used to generate the callback signature.
|
|
25266
|
-
Note: This field may return
|
|
25294
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
25267
25295
|
* @type {string || null}
|
|
25268
25296
|
*/
|
|
25269
25297
|
this.NotifyKey = null;
|
|
@@ -25911,49 +25939,49 @@ class LiveScheduleLiveRecordTaskResult extends AbstractModel {
|
|
|
25911
25939
|
|
|
25912
25940
|
/**
|
|
25913
25941
|
* The error code. An empty string indicates the task is successful; any other value indicates the task has failed. For details, see [Error Codes](https://www.tencentcloud.com/document/product/1041/40249).
|
|
25914
|
-
Note: This field may return
|
|
25942
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
25915
25943
|
* @type {string || null}
|
|
25916
25944
|
*/
|
|
25917
25945
|
this.ErrCodeExt = null;
|
|
25918
25946
|
|
|
25919
25947
|
/**
|
|
25920
25948
|
* The error code. `0` indicates the task is successful; other values indicate the task has failed. This parameter is not recommended. Please use `ErrCodeExt` instead.
|
|
25921
|
-
Note: This field may return
|
|
25949
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
25922
25950
|
* @type {number || null}
|
|
25923
25951
|
*/
|
|
25924
25952
|
this.ErrCode = null;
|
|
25925
25953
|
|
|
25926
25954
|
/**
|
|
25927
25955
|
* The error message.
|
|
25928
|
-
Note: This field may return
|
|
25956
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
25929
25957
|
* @type {string || null}
|
|
25930
25958
|
*/
|
|
25931
25959
|
this.Message = null;
|
|
25932
25960
|
|
|
25933
25961
|
/**
|
|
25934
25962
|
* The input of a live recording task.
|
|
25935
|
-
Note: This field may return
|
|
25963
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
25936
25964
|
* @type {LiveRecordTaskInput || null}
|
|
25937
25965
|
*/
|
|
25938
25966
|
this.Input = null;
|
|
25939
25967
|
|
|
25940
25968
|
/**
|
|
25941
25969
|
* The output of a live recording task.
|
|
25942
|
-
Note: This field may return
|
|
25970
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
25943
25971
|
* @type {LiveRecordResult || null}
|
|
25944
25972
|
*/
|
|
25945
25973
|
this.Output = null;
|
|
25946
25974
|
|
|
25947
25975
|
/**
|
|
25948
25976
|
* The time when the task was started, in [ISO date format](https://intl.cloud.tencent.com/document/product/862/37710?from_cn_redirect=1#52).
|
|
25949
|
-
Note: This field may return
|
|
25977
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
25950
25978
|
* @type {string || null}
|
|
25951
25979
|
*/
|
|
25952
25980
|
this.BeginProcessTime = null;
|
|
25953
25981
|
|
|
25954
25982
|
/**
|
|
25955
25983
|
* The time when the task was completed, in [ISO date format](https://intl.cloud.tencent.com/document/product/862/37710?from_cn_redirect=1#52).
|
|
25956
|
-
Note: This field may return
|
|
25984
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
25957
25985
|
* @type {string || null}
|
|
25958
25986
|
*/
|
|
25959
25987
|
this.FinishTime = null;
|
|
@@ -26290,7 +26318,7 @@ Default value: `ON`.
|
|
|
26290
26318
|
<li>`loudNorm`: Loudness normalization.</li>
|
|
26291
26319
|
<li>`gainControl`: Volume leveling.</li>
|
|
26292
26320
|
Default value: `loudNorm`.
|
|
26293
|
-
Note: This field may return
|
|
26321
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
26294
26322
|
* @type {string || null}
|
|
26295
26323
|
*/
|
|
26296
26324
|
this.Type = null;
|
|
@@ -27010,7 +27038,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
27010
27038
|
}
|
|
27011
27039
|
|
|
27012
27040
|
/**
|
|
27013
|
-
* Details of a time point
|
|
27041
|
+
* Details of a time point screenshot template.
|
|
27014
27042
|
* @class
|
|
27015
27043
|
*/
|
|
27016
27044
|
class SnapshotByTimeOffsetTemplate extends AbstractModel {
|
|
@@ -27018,7 +27046,7 @@ class SnapshotByTimeOffsetTemplate extends AbstractModel {
|
|
|
27018
27046
|
super();
|
|
27019
27047
|
|
|
27020
27048
|
/**
|
|
27021
|
-
* Unique ID of a time point
|
|
27049
|
+
* Unique ID of a time point screenshot template.
|
|
27022
27050
|
* @type {number || null}
|
|
27023
27051
|
*/
|
|
27024
27052
|
this.Definition = null;
|
|
@@ -27032,7 +27060,7 @@ class SnapshotByTimeOffsetTemplate extends AbstractModel {
|
|
|
27032
27060
|
this.Type = null;
|
|
27033
27061
|
|
|
27034
27062
|
/**
|
|
27035
|
-
* Name of a time point
|
|
27063
|
+
* Name of a time point screenshot template.
|
|
27036
27064
|
* @type {string || null}
|
|
27037
27065
|
*/
|
|
27038
27066
|
this.Name = null;
|
|
@@ -28258,28 +28286,28 @@ class AwsSQS extends AbstractModel {
|
|
|
28258
28286
|
|
|
28259
28287
|
/**
|
|
28260
28288
|
* The region of the SQS queue.
|
|
28261
|
-
Note: This field may return
|
|
28289
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
28262
28290
|
* @type {string || null}
|
|
28263
28291
|
*/
|
|
28264
28292
|
this.SQSRegion = null;
|
|
28265
28293
|
|
|
28266
28294
|
/**
|
|
28267
28295
|
* The name of the SQS queue.
|
|
28268
|
-
Note: This field may return
|
|
28296
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
28269
28297
|
* @type {string || null}
|
|
28270
28298
|
*/
|
|
28271
28299
|
this.SQSQueueName = null;
|
|
28272
28300
|
|
|
28273
28301
|
/**
|
|
28274
28302
|
* The key ID required to read from/write to the SQS queue.
|
|
28275
|
-
Note: This field may return
|
|
28303
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
28276
28304
|
* @type {string || null}
|
|
28277
28305
|
*/
|
|
28278
28306
|
this.S3SecretId = null;
|
|
28279
28307
|
|
|
28280
28308
|
/**
|
|
28281
28309
|
* The key required to read from/write to the SQS queue.
|
|
28282
|
-
Note: This field may return
|
|
28310
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
28283
28311
|
* @type {string || null}
|
|
28284
28312
|
*/
|
|
28285
28313
|
this.S3SecretKey = null;
|
|
@@ -28644,7 +28672,7 @@ Note: This field may return null, indicating that no valid value can be obtained
|
|
|
28644
28672
|
|
|
28645
28673
|
/**
|
|
28646
28674
|
* The AES-128 encryption details.
|
|
28647
|
-
Note: This field may return
|
|
28675
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
28648
28676
|
* @type {SimpleAesDrm || null}
|
|
28649
28677
|
*/
|
|
28650
28678
|
this.SimpleAesDrm = null;
|
|
@@ -29175,7 +29203,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
29175
29203
|
|
|
29176
29204
|
/**
|
|
29177
29205
|
* The task output.
|
|
29178
|
-
Note: This field may return
|
|
29206
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
29179
29207
|
* @type {LiveActivityResItem || null}
|
|
29180
29208
|
*/
|
|
29181
29209
|
this.LiveActivityResItem = null;
|
|
@@ -29563,7 +29591,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
29563
29591
|
* The scheme type. Valid values:
|
|
29564
29592
|
<li>`Preset`</li>
|
|
29565
29593
|
<li>`Custom` </li>
|
|
29566
|
-
Note: This field may return
|
|
29594
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
29567
29595
|
* @type {string || null}
|
|
29568
29596
|
*/
|
|
29569
29597
|
this.Type = null;
|
|
@@ -31375,7 +31403,7 @@ class EditMediaFileInfo extends AbstractModel {
|
|
|
31375
31403
|
* The ID of the material associated with an element. This parameter is required for video compositing tasks.
|
|
31376
31404
|
|
|
31377
31405
|
Note: The ID can be up to 32 characters long and can contain letters, digits, and special characters -_
|
|
31378
|
-
Note: This field may return
|
|
31406
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
31379
31407
|
* @type {string || null}
|
|
31380
31408
|
*/
|
|
31381
31409
|
this.Id = null;
|
|
@@ -32542,7 +32570,7 @@ class AiAnalysisTaskDelLogoResult extends AbstractModel {
|
|
|
32542
32570
|
}
|
|
32543
32571
|
|
|
32544
32572
|
/**
|
|
32545
|
-
* Input parameter type of a sampled
|
|
32573
|
+
* Input parameter type of a sampled screenshot task.
|
|
32546
32574
|
* @class
|
|
32547
32575
|
*/
|
|
32548
32576
|
class SampleSnapshotTaskInput extends AbstractModel {
|
|
@@ -32550,7 +32578,7 @@ class SampleSnapshotTaskInput extends AbstractModel {
|
|
|
32550
32578
|
super();
|
|
32551
32579
|
|
|
32552
32580
|
/**
|
|
32553
|
-
* Sampled
|
|
32581
|
+
* Sampled screenshot template ID.
|
|
32554
32582
|
* @type {number || null}
|
|
32555
32583
|
*/
|
|
32556
32584
|
this.Definition = null;
|
|
@@ -32924,7 +32952,7 @@ class CreateAnimatedGraphicsTemplateResponse extends AbstractModel {
|
|
|
32924
32952
|
}
|
|
32925
32953
|
|
|
32926
32954
|
/**
|
|
32927
|
-
* Details of a sampled
|
|
32955
|
+
* Details of a sampled screenshot template
|
|
32928
32956
|
* @class
|
|
32929
32957
|
*/
|
|
32930
32958
|
class SampleSnapshotTemplate extends AbstractModel {
|
|
@@ -32932,7 +32960,7 @@ class SampleSnapshotTemplate extends AbstractModel {
|
|
|
32932
32960
|
super();
|
|
32933
32961
|
|
|
32934
32962
|
/**
|
|
32935
|
-
* Unique ID of a sampled
|
|
32963
|
+
* Unique ID of a sampled screenshot template.
|
|
32936
32964
|
* @type {number || null}
|
|
32937
32965
|
*/
|
|
32938
32966
|
this.Definition = null;
|
|
@@ -32946,7 +32974,7 @@ class SampleSnapshotTemplate extends AbstractModel {
|
|
|
32946
32974
|
this.Type = null;
|
|
32947
32975
|
|
|
32948
32976
|
/**
|
|
32949
|
-
* Name of a sampled
|
|
32977
|
+
* Name of a sampled screenshot template.
|
|
32950
32978
|
* @type {string || null}
|
|
32951
32979
|
*/
|
|
32952
32980
|
this.Name = null;
|
|
@@ -32995,7 +33023,7 @@ Default value: open.
|
|
|
32995
33023
|
this.Format = null;
|
|
32996
33024
|
|
|
32997
33025
|
/**
|
|
32998
|
-
* Sampled
|
|
33026
|
+
* Sampled screenshot type.
|
|
32999
33027
|
* @type {string || null}
|
|
33000
33028
|
*/
|
|
33001
33029
|
this.SampleType = null;
|
|
@@ -33140,28 +33168,28 @@ class AudioEnhanceConfig extends AbstractModel {
|
|
|
33140
33168
|
|
|
33141
33169
|
/**
|
|
33142
33170
|
* The audio noise reduction configuration.
|
|
33143
|
-
Note: This field may return
|
|
33171
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
33144
33172
|
* @type {AudioDenoiseConfig || null}
|
|
33145
33173
|
*/
|
|
33146
33174
|
this.Denoise = null;
|
|
33147
33175
|
|
|
33148
33176
|
/**
|
|
33149
33177
|
* The audio separation configuration.
|
|
33150
|
-
Note: This field may return
|
|
33178
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
33151
33179
|
* @type {AudioSeparateConfig || null}
|
|
33152
33180
|
*/
|
|
33153
33181
|
this.Separate = null;
|
|
33154
33182
|
|
|
33155
33183
|
/**
|
|
33156
33184
|
* The volume equalization configuration.
|
|
33157
|
-
Note: This field may return
|
|
33185
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
33158
33186
|
* @type {VolumeBalanceConfig || null}
|
|
33159
33187
|
*/
|
|
33160
33188
|
this.VolumeBalance = null;
|
|
33161
33189
|
|
|
33162
33190
|
/**
|
|
33163
33191
|
* The audio improvement configuration.
|
|
33164
|
-
Note: This field may return
|
|
33192
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
33165
33193
|
* @type {AudioBeautifyConfig || null}
|
|
33166
33194
|
*/
|
|
33167
33195
|
this.Beautify = null;
|