tencentcloud-sdk-nodejs-ims 4.1.191 → 4.1.221

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-ims",
3
- "version": "4.1.191",
3
+ "version": "4.1.221",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -435,6 +435,14 @@ export interface CreateImageModerationAsyncTaskRequest {
435
435
  * <p>服务类型,可为空,默认为 IMAGE。</p><p>枚举值:</p><ul><li>IMAGE: 一般图片异步检测</li><li>IMAGE_LLM: 大模型图片异步检测</li></ul>
436
436
  */
437
437
  Type?: string;
438
+ /**
439
+ * <p>该字段表示待审核的图片资源链接,最多支持传入4张图片</p>
440
+ */
441
+ FileUrlList?: Array<string>;
442
+ /**
443
+ * <p>待审核的文本内容,需为UTF-8编码并以Base64格式传入,字数限制5000字内。</p>
444
+ */
445
+ TextContent?: string;
438
446
  }
439
447
  /**
440
448
  * 用于返回黑白库比对结果的详细信息