tencentcloud-sdk-asr 3.0.620 → 3.0.621
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/v20190614/models.rb +2 -0
- 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: 630a76f2ad657e0a55fbc83be6c50988b69c532a
|
|
4
|
+
data.tar.gz: 60d96fb994756266faeecc7c4cee41b6a3767acb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8d08efcf2a6b1ea3b3377cc95ca9ea434e32b5519f043171951e7fc8266a79919a8381366d83ca80bccc97bc033613478b1df215adf42719741dbb1722b83455
|
|
7
|
+
data.tar.gz: 23fadc233c68d01b3d4c8178b0423b18d589b490fa2a24323ea8729423d20b9edcb1aa115340fabad23fec996adbd2ad6f158b4b5db84279b03291dc6b06355e
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.621
|
data/lib/v20190614/models.rb
CHANGED
|
@@ -865,8 +865,10 @@ module TencentCloud
|
|
|
865
865
|
# 热词的词和权重
|
|
866
866
|
class HotWord < TencentCloud::Common::AbstractModel
|
|
867
867
|
# @param Word: 热词
|
|
868
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
868
869
|
# @type Word: String
|
|
869
870
|
# @param Weight: 权重
|
|
871
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
870
872
|
# @type Weight: Integer
|
|
871
873
|
|
|
872
874
|
attr_accessor :Word, :Weight
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-asr
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.621
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-07-
|
|
11
|
+
date: 2023-07-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|