tencentcloud-sdk-vm 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/v20210922/models.rb +2 -8
- 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: 8c439d6158483863aa9be6525dbc0c1f46887ecf
|
4
|
+
data.tar.gz: 9eedb34421506438a15985aeadf778676a5dae42
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e8cf0360cd683db69a2dc2494941df3572a995a5179291aa56911b847ce98f0147dae7831d7547e0489439c9ce5e55ee4312a42bc012fb5a9bc8038f11e82fcd
|
7
|
+
data.tar.gz: 2f09aba4904231d1e49df1a97de3bed1b9b2022d4a09f99caf9498818fe9d1dcba992159cbe761287b35ee8b5bb9da9fe257c127e1d20646aa8b7cea6257a508
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1074
|
data/lib/v20210922/models.rb
CHANGED
@@ -1464,14 +1464,8 @@ module TencentCloud
|
|
1464
1464
|
|
1465
1465
|
# 任务输出标签
|
1466
1466
|
class TaskLabel < TencentCloud::Common::AbstractModel
|
1467
|
-
# @param Label:
|
1468
|
-
# Porn
|
1469
|
-
# Sexy 性感
|
1470
|
-
# Polity 政治
|
1471
|
-
# Illegal 违法
|
1472
|
-
# Abuse 谩骂
|
1473
|
-
# Terror 暴恐
|
1474
|
-
# Ad 广告
|
1467
|
+
# @param Label: 该字段用于返回检测结果所对应的恶意标签。
|
1468
|
+
# 返回值:Porn:色情,Abuse:谩骂,Ad:广告;以及其他令人反感、不安全或不适宜的内容类型。
|
1475
1469
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
1476
1470
|
# @type Label: String
|
1477
1471
|
# @param Suggestion: 审核建议,可选值:
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-vm
|
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
|