tencentcloud-sdk-nodejs-tmt 4.1.206 → 4.1.255
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
|
@@ -14,6 +14,10 @@ export interface ImageTranslateLLMRequest {
|
|
|
14
14
|
* <p>输入图 Url。 使用Url的时候,Data参数需要传入""。 图片限制:小于 10MB,分辨率建议600*800以上,格式支持 jpg、jpeg、png。</p>
|
|
15
15
|
*/
|
|
16
16
|
Url?: string;
|
|
17
|
+
/**
|
|
18
|
+
* <p>调用模式。</p><p>枚举值:</p><ul><li>0: 端到端图片翻译大模型pro版</li><li>1: 端到端图片翻译大模型lite版</li></ul><p>默认值:0</p>
|
|
19
|
+
*/
|
|
20
|
+
Mode?: number;
|
|
17
21
|
}
|
|
18
22
|
/**
|
|
19
23
|
* ImageTranslateLLM返回参数结构体
|