tencentcloud-sdk-nodejs-mps 4.1.243 → 4.1.244
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
|
@@ -10992,7 +10992,7 @@ export interface EraseArea {
|
|
|
10992
10992
|
*/
|
|
10993
10993
|
export interface BlindWatermarkEmbedInfo {
|
|
10994
10994
|
/**
|
|
10995
|
-
*
|
|
10995
|
+
* <p>盲水印文字,经过URL安全的Base64编码的数据。Base64解码之后,少于12Byte将会填充0x00到12Byte,超过12Byte将会截断为12Byte。</p>
|
|
10996
10996
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
10997
10997
|
*/
|
|
10998
10998
|
EmbedText?: string;
|