tencentcloud-sdk-ams 1.0.227 → 1.0.228

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: a1a23d5ba5601de8c56a95065813a6cde79a63a0
4
- data.tar.gz: 83c0d46fc5b7904e34bbf903e6a4d49b5fb39d09
3
+ metadata.gz: bbceccc295f9793681ecc69c7c210fda61465653
4
+ data.tar.gz: a3e92af05007086ab23b6e429273089caa672d41
5
5
  SHA512:
6
- metadata.gz: b28aff85f1c2b3dd817cda9d6c7ef61d19a504e2d02b056f23a861f5156666b88249ab298c2beb66aacb52d15776a3141a148b0972a8fd5d0b8640dc291266d4
7
- data.tar.gz: 01688400550b5d5d098fc142cd13d2c523c2dc27966fda7f2a1ba97ac7833fb33ccf212a8a7db5681fe916ec39a713d9c2397a7114e5a192d2e86d7332912628
6
+ metadata.gz: f80b4a99372944be255d9ad2a238a0ddd52793dc71a1def18cdd5dc985f7a4b198c6cab4a29f77d00d662d682ee40c40180da34372529134195e1e631bca4bb8
7
+ data.tar.gz: de0f7191e3572c84b1112f97f608dff6e69998a19c0b3848555012a3076615613fcfabbbbb20a53d5f3ef6533274b8b23a49032fe739878d4f5eb88825da87ea
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.227
1
+ 1.0.228
@@ -98,7 +98,7 @@ module TencentCloud
98
98
  # ### 接口功能说明:
99
99
  # - 支持对音频流或音频文件进行检测,判断其中是否包含违规内容;
100
100
  # - 支持设置回调地址 Callback 获取检测结果(对于已在审核的任务,最长回调时间为用户配置的**切片时长 + 2s**),或通过接口(查询音频检测结果)主动轮询获取检测结果;
101
- # - 支持识别违规内容,包括:低俗、谩骂、色情、涉政、广告等场景;
101
+ # - 支持识别违规内容,包括:低俗、谩骂、色情、广告等场景;
102
102
  # - 支持批量提交检测任务,检测任务列表**最多支持10个**。
103
103
 
104
104
  # ### 音频文件调用说明:
@@ -49,7 +49,6 @@ module TencentCloud
49
49
  # @param LanguageResults: 该字段用于返回音频小语种检测的详细审核结果。具体结果内容请参见AudioResultDetailLanguageResult数据结构的细节描述。
50
50
  # @type LanguageResults: Array
51
51
  # @param SubLabel: 该字段用于返回当前标签(Lable)下的二级标签。
52
- # 注意:此字段可能返回null,表示取不到有效值。
53
52
  # 注意:此字段可能返回 null,表示取不到有效值。
54
53
  # @type SubLabel: String
55
54
 
@@ -158,7 +157,6 @@ module TencentCloud
158
157
  # @param SubLabelCode: *内测中,敬请期待*
159
158
  # @type SubLabelCode: String
160
159
  # @param SubLabel: 该字段用于返回当前标签(Lable)下的二级标签。
161
- # 注意:此字段可能返回null,表示取不到有效值。
162
160
  # 注意:此字段可能返回 null,表示取不到有效值。
163
161
  # @type SubLabel: String
164
162
 
@@ -207,7 +205,6 @@ module TencentCloud
207
205
  # @param LibType: 该字段用于返回自定义关键词对应的词库类型,取值为**1**(黑白库)和**2**(自定义关键词库),若未配置自定义关键词库,则默认值为1(黑白库匹配)。
208
206
  # @type LibType: Integer
209
207
  # @param SubLabel: 该字段用于返回当前标签(Lable)下的二级标签。
210
- # 注意:此字段可能返回null,表示取不到有效值。
211
208
  # 注意:此字段可能返回 null,表示取不到有效值。
212
209
  # @type SubLabel: String
213
210
 
@@ -965,7 +962,6 @@ module TencentCloud
965
962
  # 注意:此字段可能返回 null,表示取不到有效值。
966
963
  # @type Score: Integer
967
964
  # @param SubLabel: 该字段用于返回当前标签(Lable)下的二级标签。
968
- # 注意:此字段可能返回null,表示取不到有效值。
969
965
  # 注意:此字段可能返回 null,表示取不到有效值。
970
966
  # @type SubLabel: String
971
967
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-ams
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.227
4
+ version: 1.0.228
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-12-20 00:00:00.000000000 Z
11
+ date: 2021-12-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common