tencentcloud-sdk-nodejs-tms 4.1.42 → 4.1.52
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
|
@@ -81,11 +81,11 @@ export interface TextModerationRequest {
|
|
|
81
81
|
*/
|
|
82
82
|
Device?: Device;
|
|
83
83
|
/**
|
|
84
|
-
* 表示Content
|
|
84
|
+
* 表示Content的原始语种,枚举值包括 "en" 和 "zh"。其中,"en" 表示英文,"zh" 表示中文。非中文场景的处理耗时较高,具体情况取决于送审文本长度,非中文场景需[反馈工单](#https://console.cloud.tencent.com/workorder/category?level1_id=141&level2_id=1287&source=14&data_title=%E6%96%87%E6%9C%AC%E5%86%85%E5%AE%B9%E5%AE%89%E5%85%A8&step=1)确认。
|
|
85
85
|
*/
|
|
86
86
|
SourceLanguage?: string;
|
|
87
87
|
/**
|
|
88
|
-
*
|
|
88
|
+
* 审核的业务类型,枚举值包括 "TEXT" 和 "TEXT_AIGC"。"TEXT" 表示传统文本审核,"TEXT_AIGC" 表示文本AIGC审核。
|
|
89
89
|
*/
|
|
90
90
|
Type?: string;
|
|
91
91
|
}
|