tencentcloud-sdk-tms 3.0.1072 → 3.0.1074

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5369a1b3ec4c4812ec4b6d5989fe30748944e8ed
4
- data.tar.gz: 9b39f1402a5a597c0bf3bc71602bfe8a515e3a5c
3
+ metadata.gz: 35283787b93874dda86ce771afc6d3dcaa6b9e07
4
+ data.tar.gz: 5f1865388d8b1ac3ed8587f728c36da776c2d05b
5
5
  SHA512:
6
- metadata.gz: 27b4a6a4b30029d83a03c1479e07e704cd85cd6c09117ef0b32d84051b61ad15f5ec92bda731625cda603f13923ddf9afb4d5deaa7e6a7f1c3d196ba994fb590
7
- data.tar.gz: 9eec2eb3313f02aa6281397f65c30f2ba2323e08d8801024bf50b6acea04b01cba1a26bf3c03986ec2401a8464da627f1045710fed82fa2371921362e96ca036
6
+ metadata.gz: 82f2fef04f6a3d0e4ef93dceaa5199018d0499630b86612efd597c6ecd450bb18d5cfc75c04be8344c5a708481eec2e5ec224098eaa500d0d02a352c31c8d702
7
+ data.tar.gz: c0e7f9763dc37764f39e6e5a889ea71aecfd402a2615c774361910bf021887d18c4f3cbccd1eba6b1c806271477416fc25a75b287e1321b428cfe6ed11706884
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1072
1
+ 3.0.1074
@@ -316,9 +316,9 @@ module TencentCloud
316
316
  # @type User: :class:`Tencentcloud::Tms.v20201229.models.User`
317
317
  # @param Device: 该字段表示待检测对象对应的设备相关信息,传入后可便于甄别相应违规风险设备
318
318
  # @type Device: :class:`Tencentcloud::Tms.v20201229.models.Device`
319
- # @param SourceLanguage: 表示Content的原始语种,枚举值("en","zh","")en表示英文,zh表示中文,空字符表示默认语种中文,非中文场景耗时会更高,具体由送审文本内容决定,非中文场景需要联系客服确认
319
+ # @param SourceLanguage: 表示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)确认。
320
320
  # @type SourceLanguage: String
321
- # @param Type: 审核的业务类型,枚举值有{"","TEXT","TEXT_AIGC"},缺省值""和"TEXT"标识传统文本审核,"TEXT_AIGC"标识文本AIGC审核
321
+ # @param Type: 审核的业务类型,枚举值包括 "TEXT""TEXT_AIGC""TEXT" 表示传统文本审核,"TEXT_AIGC" 表示文本AIGC审核。
322
322
  # @type Type: String
323
323
 
324
324
  attr_accessor :Content, :BizType, :DataId, :User, :Device, :SourceLanguage, :Type
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-tms
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1072
4
+ version: 3.0.1074
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-06-01 00:00:00.000000000 Z
11
+ date: 2025-06-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common