tencentcloud-sdk-gme 3.0.556 → 3.0.557
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/v20180711/models.rb +12 -3
- 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: 3d8e66b33783732d21b168b50ce86dd18a7bd054
|
4
|
+
data.tar.gz: 51cd502126f334d59130125be94094d6ef0c198c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6495314c377e8ccc8f57df923ad54aff53434257a245b4074e9e5b11e0e963831740fd5665c567490affaf4b5720ae889b32096ff7653287603cb11c48c311ed
|
7
|
+
data.tar.gz: 7ad74478ec751876cc1c7aef8737515a89f03af245cf313f844593a8ee6a2779862c9f4e106b1092d0198af8585bbd3448950e617e81827fad7b2159187babac
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.557
|
data/lib/v20180711/models.rb
CHANGED
@@ -400,21 +400,25 @@ module TencentCloud
|
|
400
400
|
# @param ProjectId: 腾讯云项目ID,默认为0,表示默认项目
|
401
401
|
# @type ProjectId: Integer
|
402
402
|
# @param EngineList: 需要支持的引擎列表,默认全选。
|
403
|
+
# 取值:android/ios/unity/cocos/unreal/windows
|
403
404
|
# @type EngineList: Array
|
404
405
|
# @param RegionList: 服务区域列表,默认全选。
|
406
|
+
# 取值:mainland-大陆地区,hmt-港澳台,sea-东南亚,na-北美,eu-欧洲,jpkr-日韩亚太,sa-南美,oc-澳洲,me-中东
|
405
407
|
# @type RegionList: Array
|
406
408
|
# @param RealtimeSpeechConf: 实时语音服务配置数据
|
407
409
|
# @type RealtimeSpeechConf: :class:`Tencentcloud::Gme.v20180711.models.RealtimeSpeechConf`
|
408
|
-
# @param VoiceMessageConf:
|
410
|
+
# @param VoiceMessageConf: 语音消息服务配置数据
|
409
411
|
# @type VoiceMessageConf: :class:`Tencentcloud::Gme.v20180711.models.VoiceMessageConf`
|
410
412
|
# @param VoiceFilterConf: 语音分析服务配置数据
|
411
413
|
# @type VoiceFilterConf: :class:`Tencentcloud::Gme.v20180711.models.VoiceFilterConf`
|
414
|
+
# @param AsrConf: 语音转文本配置数据
|
415
|
+
# @type AsrConf: :class:`Tencentcloud::Gme.v20180711.models.AsrConf`
|
412
416
|
# @param Tags: 需要添加的标签列表
|
413
417
|
# @type Tags: Array
|
414
418
|
|
415
|
-
attr_accessor :AppName, :ProjectId, :EngineList, :RegionList, :RealtimeSpeechConf, :VoiceMessageConf, :VoiceFilterConf, :Tags
|
419
|
+
attr_accessor :AppName, :ProjectId, :EngineList, :RegionList, :RealtimeSpeechConf, :VoiceMessageConf, :VoiceFilterConf, :AsrConf, :Tags
|
416
420
|
|
417
|
-
def initialize(appname=nil, projectid=nil, enginelist=nil, regionlist=nil, realtimespeechconf=nil, voicemessageconf=nil, voicefilterconf=nil, tags=nil)
|
421
|
+
def initialize(appname=nil, projectid=nil, enginelist=nil, regionlist=nil, realtimespeechconf=nil, voicemessageconf=nil, voicefilterconf=nil, asrconf=nil, tags=nil)
|
418
422
|
@AppName = appname
|
419
423
|
@ProjectId = projectid
|
420
424
|
@EngineList = enginelist
|
@@ -422,6 +426,7 @@ module TencentCloud
|
|
422
426
|
@RealtimeSpeechConf = realtimespeechconf
|
423
427
|
@VoiceMessageConf = voicemessageconf
|
424
428
|
@VoiceFilterConf = voicefilterconf
|
429
|
+
@AsrConf = asrconf
|
425
430
|
@Tags = tags
|
426
431
|
end
|
427
432
|
|
@@ -442,6 +447,10 @@ module TencentCloud
|
|
442
447
|
@VoiceFilterConf = VoiceFilterConf.new
|
443
448
|
@VoiceFilterConf.deserialize(params['VoiceFilterConf'])
|
444
449
|
end
|
450
|
+
unless params['AsrConf'].nil?
|
451
|
+
@AsrConf = AsrConf.new
|
452
|
+
@AsrConf.deserialize(params['AsrConf'])
|
453
|
+
end
|
445
454
|
unless params['Tags'].nil?
|
446
455
|
@Tags = []
|
447
456
|
params['Tags'].each do |i|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-gme
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.557
|
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-04-
|
11
|
+
date: 2023-04-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|