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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20201229/models.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 35283787b93874dda86ce771afc6d3dcaa6b9e07
|
4
|
+
data.tar.gz: 5f1865388d8b1ac3ed8587f728c36da776c2d05b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 82f2fef04f6a3d0e4ef93dceaa5199018d0499630b86612efd597c6ecd450bb18d5cfc75c04be8344c5a708481eec2e5ec224098eaa500d0d02a352c31c8d702
|
7
|
+
data.tar.gz: c0e7f9763dc37764f39e6e5a889ea71aecfd402a2615c774361910bf021887d18c4f3cbccd1eba6b1c806271477416fc25a75b287e1321b428cfe6ed11706884
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1074
|
data/lib/v20201229/models.rb
CHANGED
@@ -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
|
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:
|
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.
|
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-
|
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
|