tencentcloud-sdk-asr 3.0.861 → 3.0.862

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: fc8afed272047f9ef37cd02345ed9392bc32d9b3
4
- data.tar.gz: bd39fb57112ae171000ea55833ec49299ac4b618
3
+ metadata.gz: cf8fb6a794192a873d2ebd7ea61f55f8cd306336
4
+ data.tar.gz: 536251b2890b618ee79c7aa8f2b3a2a1d204ea85
5
5
  SHA512:
6
- metadata.gz: 1407bc8b7eb2dd2d81208e69a0ffe42a06c03a7a163809a0d5c0e9c5ea5f88962c7ca8ef579e447c34028c5f5722c22c5283c956be10a78f01d10e24e3ad4811
7
- data.tar.gz: 093ab194a38d75d0bb016ca0acd70a9b85482dab11f5d815c7f107a654e49a9c20c203e17c5c891af68354ba77cafb0ba0200061a686e019eb20bef71e9a30b6
6
+ metadata.gz: e0c3f09fec65576ecfc919d9e200d21d63294737e0699a688587d98c45de2307564a46a7c2fada36fb1baf701140a861e91c52b39adb27e69ba6ba9e95decb7b
7
+ data.tar.gz: 831f8e0b9d53ed529775662fee1cd702d483976c51eff0fa9860a983c7bc1c83bfbfa0d27729d87340216db866dbf6779f7c2655cb04e4fa0c8f5e3a91202f15
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.861
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.861
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-09 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