tencentcloud-sdk-ams 3.0.1090 → 3.0.1092
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 +3 -9
- 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: 5f72e720e0ae0d17cc71b82bdd0e39aeea196459
|
4
|
+
data.tar.gz: 4092c5498e469aec1ccf167fd0bb0c8ce515c14a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: eb246982bb16c5dc2da854c3c5982d0f276a3b639a1a7caa5f57eb4c7c6b9ca150f339ae76402471bfa67eb8e070f6f8ef50d16503dc8e879ba2b279a6e027eb
|
7
|
+
data.tar.gz: bcf034544c3db3eab457a77d97237bb9ea769b388c66bfcff8d79ad80c9dfbfa57751e1a8dd0b6f8e79b904f907fdf16149d84cd7ee0a9c032b1e2e05f9bfe91
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1092
|
data/lib/v20201229/models.rb
CHANGED
@@ -190,7 +190,6 @@ module TencentCloud
|
|
190
190
|
# 音频呻吟审核结果
|
191
191
|
class AudioResultDetailMoanResult < TencentCloud::Common::AbstractModel
|
192
192
|
# @param Label: 该字段用于返回检测结果需要检测的内容类型,此处固定为**Moan**(呻吟)以调用呻吟检测功能。
|
193
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
194
193
|
# @type Label: String
|
195
194
|
# @param Score: 该字段用于返回呻吟检测的置信度,取值范围:0(**置信度最低**)-100(**置信度最高**),越高代表音频越有可能属于呻吟内容。
|
196
195
|
# @type Score: Integer
|
@@ -201,15 +200,14 @@ module TencentCloud
|
|
201
200
|
# @param SubLabelCode: *内测中,敬请期待*
|
202
201
|
# @type SubLabelCode: String
|
203
202
|
# @param SubLabel: 该字段用于返回当前标签(Lable)下的二级标签。
|
204
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
205
203
|
# @type SubLabel: String
|
206
204
|
# @param Suggestion: 该字段用于返回基于恶意标签的后续操作建议。当您获取到判定结果后,返回值表示系统推荐的后续操作;建议您按照业务所需,对不同违规类型与建议值进行处理。<br>返回值:**Block**:建议屏蔽,**Review** :建议人工复审,**Pass**:建议通过
|
207
205
|
# @type Suggestion: String
|
208
206
|
|
209
207
|
attr_accessor :Label, :Score, :StartTime, :EndTime, :SubLabelCode, :SubLabel, :Suggestion
|
210
208
|
extend Gem::Deprecate
|
211
|
-
deprecate :SubLabelCode, :none, 2025,
|
212
|
-
deprecate :SubLabelCode=, :none, 2025,
|
209
|
+
deprecate :SubLabelCode, :none, 2025, 7
|
210
|
+
deprecate :SubLabelCode=, :none, 2025, 7
|
213
211
|
|
214
212
|
def initialize(label=nil, score=nil, starttime=nil, endtime=nil, sublabelcode=nil, sublabel=nil, suggestion=nil)
|
215
213
|
@Label = label
|
@@ -235,16 +233,12 @@ module TencentCloud
|
|
235
233
|
# 音频说话人声纹识别返回结果
|
236
234
|
class AudioResultDetailSpeakerResult < TencentCloud::Common::AbstractModel
|
237
235
|
# @param Label: 该字段用于返回检测结果需要检测的内容类型。
|
238
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
239
236
|
# @type Label: String
|
240
237
|
# @param Score: 该字段用于返回呻吟检测的置信度,取值范围:0(置信度最低)-100(置信度最高),越高代表音频越有可能属于说话人声纹。
|
241
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
242
238
|
# @type Score: Integer
|
243
239
|
# @param StartTime: 该字段用于返回对应说话人的片段在音频文件内的开始时间,单位为秒。
|
244
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
245
240
|
# @type StartTime: Float
|
246
241
|
# @param EndTime: 该字段用于返回对应说话人的片段在音频文件内的结束时间,单位为秒。
|
247
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
248
242
|
# @type EndTime: Float
|
249
243
|
|
250
244
|
attr_accessor :Label, :Score, :StartTime, :EndTime
|
@@ -907,7 +901,7 @@ module TencentCloud
|
|
907
901
|
class LabelResults < TencentCloud::Common::AbstractModel
|
908
902
|
# @param Scene: 场景
|
909
903
|
# @type Scene: String
|
910
|
-
# @param Suggestion:
|
904
|
+
# @param Suggestion: 建议值
|
911
905
|
# @type Suggestion: Integer
|
912
906
|
# @param Label: 标签
|
913
907
|
# @type Label: String
|
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: 3.0.
|
4
|
+
version: 3.0.1092
|
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-
|
11
|
+
date: 2025-07-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|