tencentcloud-sdk-nodejs-mps 4.1.243 → 4.1.245

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,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-mps",
3
- "version": "4.1.243",
3
+ "version": "4.1.245",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -10992,7 +10992,7 @@ export interface EraseArea {
10992
10992
  */
10993
10993
  export interface BlindWatermarkEmbedInfo {
10994
10994
  /**
10995
- * 盲水印文字,经过URL安全的Base64编码的4Byte数据。Base64解码之后,少于4Byte将会填充0x00到4Byte,超过4Byte将会截断为4Byte。
10995
+ * <p>盲水印文字,经过URL安全的Base64编码的数据。Base64解码之后,少于12Byte将会填充0x00到12Byte,超过12Byte将会截断为12Byte。</p>
10996
10996
  注意:此字段可能返回 null,表示取不到有效值。
10997
10997
  */
10998
10998
  EmbedText?: string;