tencentcloud-sdk-asr 3.0.860 → 3.0.862

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e08240ac0cb2e75b4e9d3796ea1742089e4ff286
4
- data.tar.gz: 55b51500a578446c0078f52ceb11b6429e75e8cd
3
+ metadata.gz: cf8fb6a794192a873d2ebd7ea61f55f8cd306336
4
+ data.tar.gz: 536251b2890b618ee79c7aa8f2b3a2a1d204ea85
5
5
  SHA512:
6
- metadata.gz: 205e32c65853acf733edf252e967859c1bcb6fc80fb808bfd9329edc154ecd46936ccb4541932f933a8164eb65fb59562ab1ad16dd4c0fdeda39735c2931d5e5
7
- data.tar.gz: 53f31354cf87e6835084b7b2519547d4c732b5b075bb02cec5ca95e7730491166fd39bbdb887e7d82101c8f05af48cfb08fa8dbaeca23487dbac5cf830a7fd37
6
+ metadata.gz: e0c3f09fec65576ecfc919d9e200d21d63294737e0699a688587d98c45de2307564a46a7c2fada36fb1baf701140a861e91c52b39adb27e69ba6ba9e95decb7b
7
+ data.tar.gz: 831f8e0b9d53ed529775662fee1cd702d483976c51eff0fa9860a983c7bc1c83bfbfa0d27729d87340216db866dbf6779f7c2655cb04e4fa0c8f5e3a91202f15
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.860
1
+ 3.0.862
@@ -2141,25 +2141,25 @@ module TencentCloud
2141
2141
  # @type VoiceFormat: Integer
2142
2142
  # @param SampleRate: 音频采样率,目前支持16000,单位:Hz,必填
2143
2143
  # @type SampleRate: Integer
2144
- # @param VoicePrintId: 说话人id, 说话人唯一标识
2145
- # @type VoicePrintId: String
2146
2144
  # @param Data: 音频数据, base64 编码, 音频时长不能超过30s,数据大小不超过2M
2147
2145
  # @type Data: String
2146
+ # @param VoicePrintId: 说话人id, 说话人唯一标识
2147
+ # @type VoicePrintId: String
2148
2148
 
2149
- attr_accessor :VoiceFormat, :SampleRate, :VoicePrintId, :Data
2149
+ attr_accessor :VoiceFormat, :SampleRate, :Data, :VoicePrintId
2150
2150
 
2151
- def initialize(voiceformat=nil, samplerate=nil, voiceprintid=nil, data=nil)
2151
+ def initialize(voiceformat=nil, samplerate=nil, data=nil, voiceprintid=nil)
2152
2152
  @VoiceFormat = voiceformat
2153
2153
  @SampleRate = samplerate
2154
- @VoicePrintId = voiceprintid
2155
2154
  @Data = data
2155
+ @VoicePrintId = voiceprintid
2156
2156
  end
2157
2157
 
2158
2158
  def deserialize(params)
2159
2159
  @VoiceFormat = params['VoiceFormat']
2160
2160
  @SampleRate = params['SampleRate']
2161
- @VoicePrintId = params['VoicePrintId']
2162
2161
  @Data = params['Data']
2162
+ @VoicePrintId = params['VoicePrintId']
2163
2163
  end
2164
2164
  end
2165
2165
 
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.860
4
+ version: 3.0.862
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-07-08 00:00:00.000000000 Z
11
+ date: 2024-07-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common