tencentcloud-sdk-nodejs-intl-en 3.0.1152 → 3.0.1153
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/common/sdk_version.js +1 -1
- package/tencentcloud/dbbrain/index.js +1 -1
- package/tencentcloud/mps/v20190612/models.js +59 -53
- package/tencentcloud/ocr/v20181119/ocr_client.js +0 -1
- package/tencentcloud/sms/index.js +1 -1
- package/tencentcloud/tke/index.js +1 -1
- package/tencentcloud/vm/index.js +1 -1
package/package.json
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
const sdkVersion = "3.0.
|
|
1
|
+
const sdkVersion = "3.0.1153";
|
|
2
2
|
module.exports = sdkVersion
|
|
@@ -2670,9 +2670,9 @@ class AudioTrackChannelInfo extends AbstractModel {
|
|
|
2670
2670
|
super();
|
|
2671
2671
|
|
|
2672
2672
|
/**
|
|
2673
|
-
* Whether to enable audio
|
|
2674
|
-
0: indicates not enabling audio mix.
|
|
2675
|
-
1: Indicates enabling audio
|
|
2673
|
+
* Whether to enable the feature of multi-audio track mixing. valid values:
|
|
2674
|
+
0: indicates not enabling multi-audio track mix.
|
|
2675
|
+
1: Indicates enabling multi-audio track mixing.
|
|
2676
2676
|
Default value: 0
|
|
2677
2677
|
|
|
2678
2678
|
Note: This field may return null, indicating that no valid value can be obtained.
|
|
@@ -2681,11 +2681,11 @@ Note: This field may return null, indicating that no valid value can be obtained
|
|
|
2681
2681
|
this.ChannelsRemix = null;
|
|
2682
2682
|
|
|
2683
2683
|
/**
|
|
2684
|
-
*
|
|
2685
|
-
|
|
2686
|
-
|
|
2687
|
-
Default:
|
|
2688
|
-
If the original
|
|
2684
|
+
* Set the selector type for the input audio track. valid values:
|
|
2685
|
+
Track: indicates the usage of audio track id;.
|
|
2686
|
+
Track_channel: indicates the usage of the audio track id and sound channel id.
|
|
2687
|
+
Default: track.
|
|
2688
|
+
If the original video has multiple channels, it is recommended to use track_channel.
|
|
2689
2689
|
Note: This field may return null, indicating that no valid value can be obtained.
|
|
2690
2690
|
* @type {string || null}
|
|
2691
2691
|
*/
|
|
@@ -4095,11 +4095,9 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
4095
4095
|
this.Bitrate = null;
|
|
4096
4096
|
|
|
4097
4097
|
/**
|
|
4098
|
-
*
|
|
4099
|
-
|
|
4100
|
-
|
|
4101
|
-
<li>48,000</li>
|
|
4102
|
-
In Hz.
|
|
4098
|
+
* The sampling rate of the audio stream. the supported sampling rate options vary for different encoding standards. for details, see audio sampling rate support scope document https://intl.cloud.tencent.com/document/product/862/77166?from_cn_redirect=1#f3b039f1-d817-4a96-b4e4-90132d31cd53.
|
|
4099
|
+
Please ensure that the sampling rate of the source audio stream is within the value range of the above options. otherwise, transcoding failure may occur.
|
|
4100
|
+
Note: This field may return null, indicating that no valid value can be obtained.
|
|
4103
4101
|
* @type {number || null}
|
|
4104
4102
|
*/
|
|
4105
4103
|
this.SampleRate = null;
|
|
@@ -8651,15 +8649,15 @@ Default value: 10W%.
|
|
|
8651
8649
|
this.Width = null;
|
|
8652
8650
|
|
|
8653
8651
|
/**
|
|
8654
|
-
* Watermark
|
|
8652
|
+
* Watermark Height, which supports six formats of px, %, W%, H%, S%, and L%:
|
|
8655
8653
|
<li>If the string ends in px, the `Height` of the watermark will be in px; for example, `100px` means that `Height` is 100 px; if `0px` is entered
|
|
8656
|
-
and `Width` is not `0px`, the watermark height will be proportionally scaled based on the source SVG image; if `0px` is entered for both `Width` and `Height`, the watermark
|
|
8654
|
+
and `Width` is not `0px`, the watermark height will be proportionally scaled based on the source SVG image; if `0px` is entered for both `Width` and `Height`, the watermark size will be the size of the source SVG image;</li>
|
|
8657
8655
|
<li>If the string ends in `W%`, the `Height` of the watermark will be the specified percentage of the video width; for example, `10W%` means that `Height` is 10% of the video width;</li>
|
|
8658
8656
|
<li>If the string ends in `H%`, the `Height` of the watermark will be the specified percentage of the video height; for example, `10H%` means that `Height` is 10% of the video height;</li>
|
|
8659
8657
|
<li>If the string ends in `S%`, the `Height` of the watermark will be the specified percentage of the short side of the video; for example, `10S%` means that `Height` is 10% of the short side of the video;</li>
|
|
8660
8658
|
<li>If the string ends in `L%`, the `Height` of the watermark will be the specified percentage of the long side of the video; for example, `10L%` means that `Height` is 10% of the long side of the video;</li>
|
|
8661
|
-
<li>If the string ends in %, the meaning is the same as `
|
|
8662
|
-
Default value:
|
|
8659
|
+
<li>If the string ends in %, the meaning is the same as `W%`.</li>
|
|
8660
|
+
Default value: 0px.
|
|
8663
8661
|
* @type {string || null}
|
|
8664
8662
|
*/
|
|
8665
8663
|
this.Height = null;
|
|
@@ -10064,11 +10062,11 @@ Note: This field may return null, indicating that no valid value can be obtained
|
|
|
10064
10062
|
|
|
10065
10063
|
/**
|
|
10066
10064
|
* Sound channel volume. specifies the volume of the sound channel.
|
|
10067
|
-
|
|
10068
|
-
|
|
10069
|
-
When the value of AudioChannel is 6, the length of this
|
|
10070
|
-
|
|
10071
|
-
|
|
10065
|
+
Specifies that when the value of AudioChannel is 1, the length of this array is 1, for example: [6].
|
|
10066
|
+
Specifies that when the value of AudioChannel is 2, the array length is 2. for example: [0,6].
|
|
10067
|
+
When the value of AudioChannel is 6, the length of this array is greater than 2 and less than 16, for example: [-60,0,0,6].
|
|
10068
|
+
Specifies the value array of this parameter. the value range is [-60, 6]. among them, -60 indicates mute, 0 indicates keeping the original volume, and 6 indicates doubling the original volume. the default value is -60.
|
|
10069
|
+
Note: supports 3 decimal places.
|
|
10072
10070
|
|
|
10073
10071
|
Note: This field may return null, indicating that no valid value can be obtained.
|
|
10074
10072
|
* @type {Array.<number> || null}
|
|
@@ -10933,11 +10931,12 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
10933
10931
|
this.FpsDenominator = null;
|
|
10934
10932
|
|
|
10935
10933
|
/**
|
|
10936
|
-
* 3D video splicing mode,
|
|
10937
|
-
<
|
|
10938
|
-
<li>top_bottom:
|
|
10934
|
+
* 3D video splicing mode, applicable only to mv-hevc and effective for 3d videos. valid values:.
|
|
10935
|
+
<Li>Side_by_side: the original video content is arranged in a left-right layout.</li>.
|
|
10936
|
+
<li>top_bottom: vertical layout arrangement of original video content.</li>.
|
|
10937
|
+
Submit the amount and cost based on the segmented resolution size.
|
|
10939
10938
|
Default value: side_by_side.
|
|
10940
|
-
Note: This field may return null, indicating that no valid
|
|
10939
|
+
Note: This field may return null, indicating that no valid value can be obtained.
|
|
10941
10940
|
* @type {string || null}
|
|
10942
10941
|
*/
|
|
10943
10942
|
this.Stereo3dType = null;
|
|
@@ -14813,11 +14812,12 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
14813
14812
|
this.FpsDenominator = null;
|
|
14814
14813
|
|
|
14815
14814
|
/**
|
|
14816
|
-
* 3D video splicing mode,
|
|
14817
|
-
<
|
|
14818
|
-
<
|
|
14815
|
+
* 3D video splicing mode, applicable only to mv-hevc and effective for 3d videos. valid values:.
|
|
14816
|
+
<Li>Side_by_side: the original video content is arranged in a left-right layout.</li>.
|
|
14817
|
+
<Li>Top_bottom: layout arrangement of the original video content from top to bottom.</li>.
|
|
14818
|
+
The usage and charges will be reported based on the segmented resolution dimensions.
|
|
14819
14819
|
Default value: side_by_side.
|
|
14820
|
-
Note: This field may return null, indicating that no valid
|
|
14820
|
+
Note: This field may return null, indicating that no valid value can be obtained.
|
|
14821
14821
|
* @type {string || null}
|
|
14822
14822
|
*/
|
|
14823
14823
|
this.Stereo3dType = null;
|
|
@@ -20680,8 +20680,8 @@ class AdaptiveStreamTemplate extends AbstractModel {
|
|
|
20680
20680
|
this.RemoveVideo = null;
|
|
20681
20681
|
|
|
20682
20682
|
/**
|
|
20683
|
-
*
|
|
20684
|
-
The parameter
|
|
20683
|
+
* Audio parameter information list.
|
|
20684
|
+
The parameter is only used when merging multiple audio tracks with self-adaptive transcoding. the maximum length of the parameter array is 64.
|
|
20685
20685
|
Note: This field may return null, indicating that no valid value can be obtained.
|
|
20686
20686
|
* @type {Array.<AudioTemplateInfo> || null}
|
|
20687
20687
|
*/
|
|
@@ -22133,40 +22133,46 @@ class AudioTemplateInfo extends AbstractModel {
|
|
|
22133
22133
|
super();
|
|
22134
22134
|
|
|
22135
22135
|
/**
|
|
22136
|
-
*
|
|
22137
|
-
When audio transcoding is not needed, the
|
|
22136
|
+
* Specifies the encoding format of the audio stream.
|
|
22137
|
+
When audio transcoding is not needed, the optional values are:.
|
|
22138
22138
|
<li>copy.</li>
|
|
22139
|
-
When the outer parameter Container is mp3, the
|
|
22139
|
+
When the outer parameter Container is mp3, the valid values are:.
|
|
22140
22140
|
<li>mp3.</li>
|
|
22141
|
-
When the outer parameter Container is ogg or flac, the
|
|
22141
|
+
When the outer parameter Container is ogg or flac, the valid values are:.
|
|
22142
22142
|
<li>flac.</li>
|
|
22143
|
-
When the outer parameter Container is m4a, valid values are
|
|
22143
|
+
When the outer parameter Container is m4a, valid values are:.
|
|
22144
22144
|
<li>aac;</li>
|
|
22145
22145
|
<li>ac3.</li>
|
|
22146
|
-
When the outer parameter Container is mp4 or flv, valid values are
|
|
22147
|
-
<li>aac: more suitable for mp4;</li
|
|
22148
|
-
<li>mp3: more suitable for flv;</li
|
|
22146
|
+
When the outer parameter Container is mp4 or flv, valid values are:.
|
|
22147
|
+
<li>aac: more suitable for mp4;</li>.
|
|
22148
|
+
<li>mp3: more suitable for flv;</li>.
|
|
22149
22149
|
<li>mp2.</li>
|
|
22150
|
-
When the outer parameter Container is hls, valid values are
|
|
22150
|
+
When the outer parameter Container is hls, valid values are:.
|
|
22151
22151
|
<li>aac;</li>
|
|
22152
|
-
<li>mp3
|
|
22152
|
+
<li>mp3;</li>
|
|
22153
|
+
<li>eac3: used when merging adaptive transcoding audio tracks.</li>.
|
|
22153
22154
|
* @type {string || null}
|
|
22154
22155
|
*/
|
|
22155
22156
|
this.Codec = null;
|
|
22156
22157
|
|
|
22157
22158
|
/**
|
|
22158
|
-
*
|
|
22159
|
-
If the value is 0, the
|
|
22159
|
+
* The bitrate of the audio stream. value ranges from 0 to 26 and in the range of [26, 256]. measurement unit: kbps.
|
|
22160
|
+
If the value is 0, the audio bitrate will be the same as that of the original audio.
|
|
22161
|
+
Specifies that when using the TrackChannelInfo parameter for adaptive transcoding audio track merging, the valid values are:.
|
|
22162
|
+
Cannot be set to 0.
|
|
22163
|
+
2). when Codec is aac, valid values: [26, 256].
|
|
22164
|
+
3). when Codec is ac3, valid values: [26, 640].
|
|
22165
|
+
4) when Codec is eac3, value range: [26, 6144]. remark: when SampleRate is 44100HZ, maximum value: 5644. when SampleRate is 48000HZ, maximum value: 6144.
|
|
22166
|
+
|
|
22167
|
+
|
|
22160
22168
|
* @type {number || null}
|
|
22161
22169
|
*/
|
|
22162
22170
|
this.Bitrate = null;
|
|
22163
22171
|
|
|
22164
22172
|
/**
|
|
22165
|
-
*
|
|
22166
|
-
|
|
22167
|
-
|
|
22168
|
-
<li>48,000</li>
|
|
22169
|
-
In Hz.
|
|
22173
|
+
* The sampling rate of the audio stream. the supported sampling rate options vary for different encoding standards. for details, see audio sampling rate support scope document https://intl.cloud.tencent.com/document/product/862/77166?from_cn_redirect=1#f3b039f1-d817-4a96-b4e4-90132d31cd53.
|
|
22174
|
+
Unit: Hz.
|
|
22175
|
+
Please ensure that the sampling rate of the source audio stream is within the value range of the above options. otherwise, transcoding failure may occur.
|
|
22170
22176
|
* @type {number || null}
|
|
22171
22177
|
*/
|
|
22172
22178
|
this.SampleRate = null;
|
|
@@ -31332,22 +31338,22 @@ class SpekeDrm extends AbstractModel {
|
|
|
31332
31338
|
super();
|
|
31333
31339
|
|
|
31334
31340
|
/**
|
|
31335
|
-
* Resource
|
|
31341
|
+
* Resource tagging. the field content is user-customized.
|
|
31336
31342
|
It supports 1 to 128 characters consisting of digits, letters, underscores (_), and hyphens (-).
|
|
31337
31343
|
* @type {string || null}
|
|
31338
31344
|
*/
|
|
31339
31345
|
this.ResourceId = null;
|
|
31340
31346
|
|
|
31341
31347
|
/**
|
|
31342
|
-
*
|
|
31348
|
+
* DRM manufacturer access address. the field content is obtained from the drm manufacturer.
|
|
31343
31349
|
|
|
31344
|
-
Note:
|
|
31350
|
+
Note: different DRM manufacturers have different limitations on the number of substreams. for example, PallyCon limits the number of substreams to no more than 5, and DRMtoday only supports encryption of up to 9 substreams.
|
|
31345
31351
|
* @type {string || null}
|
|
31346
31352
|
*/
|
|
31347
31353
|
this.KeyServerUrl = null;
|
|
31348
31354
|
|
|
31349
31355
|
/**
|
|
31350
|
-
*
|
|
31356
|
+
* Encryption initialization vector (32-byte string). the field content is user-customized.
|
|
31351
31357
|
* @type {string || null}
|
|
31352
31358
|
*/
|
|
31353
31359
|
this.Vector = null;
|
|
@@ -347,7 +347,6 @@ A maximum of 10 requests can be initiated per second for this API.
|
|
|
347
347
|
|
|
348
348
|
/**
|
|
349
349
|
* This API is used to recognize the fields on a Thai identity card, including name in Thai, name in English, address, date of birth, identification number, date of issue, and date of expiry.
|
|
350
|
-
Currently, this API is not generally available. For more information, please [contact your sales rep](https://intl.cloud.tencent.com/about/connect?from_cn_redirect=1).
|
|
351
350
|
|
|
352
351
|
A maximum of 10 requests can be initiated per second for this API.
|
|
353
352
|
* @param {RecognizeThaiIDCardOCRRequest} req
|
package/tencentcloud/vm/index.js
CHANGED