tencentcloud-sdk-nodejs-mps 4.1.48 → 4.1.55
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
|
@@ -12999,6 +12999,13 @@ export interface ImageEraseLogoConfig {
|
|
|
12999
12999
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
13000
13000
|
*/
|
|
13001
13001
|
ImageAreaBoxes?: Array<ImageAreaBoxInfo>;
|
|
13002
|
+
/**
|
|
13003
|
+
* 图片框选区域类型,可选值:
|
|
13004
|
+
<li>logo:图标;</li>
|
|
13005
|
+
<li>text:文字;</li>
|
|
13006
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
13007
|
+
*/
|
|
13008
|
+
DetectTypes?: Array<string>;
|
|
13002
13009
|
}
|
|
13003
13010
|
/**
|
|
13004
13011
|
* ModifyStreamLinkInput请求参数结构体
|