tencentcloud-sdk-nodejs-intl-en 3.0.1291 → 3.0.1292
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
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
const sdkVersion = "3.0.
|
|
1
|
+
const sdkVersion = "3.0.1292";
|
|
2
2
|
module.exports = sdkVersion
|
|
@@ -4694,7 +4694,7 @@ class CreateStreamLiveChannelRequest extends AbstractModel {
|
|
|
4694
4694
|
this.AVTemplates = null;
|
|
4695
4695
|
|
|
4696
4696
|
/**
|
|
4697
|
-
* Subtitle template configuration
|
|
4697
|
+
* Subtitle template configuration.
|
|
4698
4698
|
* @type {Array.<SubtitleConf> || null}
|
|
4699
4699
|
*/
|
|
4700
4700
|
this.CaptionTemplates = null;
|
|
@@ -7982,7 +7982,7 @@ class ModifyStreamLiveChannelRequest extends AbstractModel {
|
|
|
7982
7982
|
this.AVTemplates = null;
|
|
7983
7983
|
|
|
7984
7984
|
/**
|
|
7985
|
-
* Subtitle template configuration
|
|
7985
|
+
* Subtitle template configuration.
|
|
7986
7986
|
* @type {Array.<SubtitleConf> || null}
|
|
7987
7987
|
*/
|
|
7988
7988
|
this.CaptionTemplates = null;
|
|
@@ -6632,6 +6632,12 @@ Supported image resolution: between 256 \* 256 and 4096 \* 4096. For some docume
|
|
|
6632
6632
|
*/
|
|
6633
6633
|
this.ImageUrlBack = null;
|
|
6634
6634
|
|
|
6635
|
+
/**
|
|
6636
|
+
* Whether to extract the ID portrait. Default value: false.
|
|
6637
|
+
* @type {boolean || null}
|
|
6638
|
+
*/
|
|
6639
|
+
this.ReturnHeadImage = null;
|
|
6640
|
+
|
|
6635
6641
|
}
|
|
6636
6642
|
|
|
6637
6643
|
/**
|
|
@@ -6647,6 +6653,7 @@ Supported image resolution: between 256 \* 256 and 4096 \* 4096. For some docume
|
|
|
6647
6653
|
this.ImageBase64Back = 'ImageBase64Back' in params ? params.ImageBase64Back : null;
|
|
6648
6654
|
this.ImageUrlFront = 'ImageUrlFront' in params ? params.ImageUrlFront : null;
|
|
6649
6655
|
this.ImageUrlBack = 'ImageUrlBack' in params ? params.ImageUrlBack : null;
|
|
6656
|
+
this.ReturnHeadImage = 'ReturnHeadImage' in params ? params.ReturnHeadImage : null;
|
|
6650
6657
|
|
|
6651
6658
|
}
|
|
6652
6659
|
}
|