tencentcloud-sdk-nodejs-mps 4.1.150 → 4.1.151
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
|
@@ -11210,10 +11210,11 @@ export interface ProcessImageRequest {
|
|
|
11210
11210
|
OutputPath?: string;
|
|
11211
11211
|
/**
|
|
11212
11212
|
* 图片处理模板唯一标识。
|
|
11213
|
+
图片模板功能内测中,如需使用请提交工单申请。
|
|
11213
11214
|
*/
|
|
11214
11215
|
Definition?: number;
|
|
11215
11216
|
/**
|
|
11216
|
-
* 资源ID
|
|
11217
|
+
* 资源ID,需要保证对应资源是开启状态。默认为账号主资源ID。
|
|
11217
11218
|
*/
|
|
11218
11219
|
ResourceId?: string;
|
|
11219
11220
|
/**
|
|
@@ -14965,6 +14966,7 @@ export interface ImageEraseLogoConfig {
|
|
|
14965
14966
|
* 图片框选区域类型,可选值:
|
|
14966
14967
|
<li>logo:图标;</li>
|
|
14967
14968
|
<li>text:文字;</li>
|
|
14969
|
+
<li>watermark:水印;</li>
|
|
14968
14970
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
14969
14971
|
*/
|
|
14970
14972
|
DetectTypes?: Array<string>;
|