tencentcloud-sdk-nodejs-mps 4.1.298 → 4.1.299

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.298",
3
+ "version": "4.1.299",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -7608,6 +7608,10 @@ export interface UnderstandImageConfig {
7608
7608
  * <p>图片理解指令</p>
7609
7609
  */
7610
7610
  Prompt: string;
7611
+ /**
7612
+ * <p>图片理解模型参数,类型为 JSON 字符串。</p>
7613
+ */
7614
+ Parameters?: string;
7611
7615
  }
7612
7616
  /**
7613
7617
  * DeleteAIAnalysisTemplate请求参数结构体