tencentcloud-sdk-mps 3.0.672 → 3.0.673

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20190612/models.rb +12 -4
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4e50a9f0b4e0c232757a781b23aec55e99ec46db
4
- data.tar.gz: 9700c2086f00c7b4dcdd335c403bc2d0937b9cb4
3
+ metadata.gz: d85c102f04fc841fddf7867cb139450c69e8cfee
4
+ data.tar.gz: a75c7817030b7897cb7cc28ed9a007ca25b4c7ec
5
5
  SHA512:
6
- metadata.gz: 92a92ed105b10d572b2bee28f1f105a868865be23f2326daaea582abd3d6e18f3545124febf8dbb345d4ef0d1eaeac3e2dcc14a9aa2e1cb1e68df27333e16bf6
7
- data.tar.gz: 79fcf9f9a67bef344f5ba06d2c6f33fcb622645b6852ea92146f61be8a0338c69dd66549e9add99e51cb84224eb2d3a2220c1883ec6d7295b1b4a8a934a274d2
6
+ metadata.gz: 9dfd9dac0e35f13c6bb9ea5478159a9c219e8609ef8bca40d53230b4258fbc40acffca7a79bd9d4de2b5724b2eef14250b56f5a59da2af32a5719a2049d4578f
7
+ data.tar.gz: 7e579fe47d330b499657c38c45d28620ca5618f787c075eda50d4ca5f3a897a734ce55a6095c65475550a5967417f6fe72179b76c19dc85699bf221c63f2c04c
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.672
1
+ 3.0.673
@@ -106,6 +106,9 @@ module TencentCloud
106
106
  # @type AsrFullTextConfigure: :class:`Tencentcloud::Mps.v20190612.models.AsrFullTextConfigureInfo`
107
107
  # @param AsrWordsConfigure: 语音关键词识别控制参数。
108
108
  # @type AsrWordsConfigure: :class:`Tencentcloud::Mps.v20190612.models.AsrWordsConfigureInfo`
109
+ # @param TranslateConfigure: 语音翻译控制参数。
110
+ # 注意:此字段可能返回 null,表示取不到有效值。
111
+ # @type TranslateConfigure: :class:`Tencentcloud::Mps.v20190612.models.TranslateConfigureInfo`
109
112
  # @param CreateTime: 模板创建时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/862/37710#52)。
110
113
  # @type CreateTime: String
111
114
  # @param UpdateTime: 模板最后修改时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/862/37710#52)。
@@ -116,9 +119,9 @@ module TencentCloud
116
119
  # 注意:此字段可能返回 null,表示取不到有效值。
117
120
  # @type Type: String
118
121
 
119
- attr_accessor :Definition, :Name, :Comment, :FaceConfigure, :OcrFullTextConfigure, :OcrWordsConfigure, :AsrFullTextConfigure, :AsrWordsConfigure, :CreateTime, :UpdateTime, :Type
122
+ attr_accessor :Definition, :Name, :Comment, :FaceConfigure, :OcrFullTextConfigure, :OcrWordsConfigure, :AsrFullTextConfigure, :AsrWordsConfigure, :TranslateConfigure, :CreateTime, :UpdateTime, :Type
120
123
 
121
- def initialize(definition=nil, name=nil, comment=nil, faceconfigure=nil, ocrfulltextconfigure=nil, ocrwordsconfigure=nil, asrfulltextconfigure=nil, asrwordsconfigure=nil, createtime=nil, updatetime=nil, type=nil)
124
+ def initialize(definition=nil, name=nil, comment=nil, faceconfigure=nil, ocrfulltextconfigure=nil, ocrwordsconfigure=nil, asrfulltextconfigure=nil, asrwordsconfigure=nil, translateconfigure=nil, createtime=nil, updatetime=nil, type=nil)
122
125
  @Definition = definition
123
126
  @Name = name
124
127
  @Comment = comment
@@ -127,6 +130,7 @@ module TencentCloud
127
130
  @OcrWordsConfigure = ocrwordsconfigure
128
131
  @AsrFullTextConfigure = asrfulltextconfigure
129
132
  @AsrWordsConfigure = asrwordsconfigure
133
+ @TranslateConfigure = translateconfigure
130
134
  @CreateTime = createtime
131
135
  @UpdateTime = updatetime
132
136
  @Type = type
@@ -156,6 +160,10 @@ module TencentCloud
156
160
  @AsrWordsConfigure = AsrWordsConfigureInfo.new
157
161
  @AsrWordsConfigure.deserialize(params['AsrWordsConfigure'])
158
162
  end
163
+ unless params['TranslateConfigure'].nil?
164
+ @TranslateConfigure = TranslateConfigureInfo.new
165
+ @TranslateConfigure.deserialize(params['TranslateConfigure'])
166
+ end
159
167
  @CreateTime = params['CreateTime']
160
168
  @UpdateTime = params['UpdateTime']
161
169
  @Type = params['Type']
@@ -1455,8 +1463,8 @@ module TencentCloud
1455
1463
 
1456
1464
  attr_accessor :SegmentSet, :SubtitlePath, :OutputStorage
1457
1465
  extend Gem::Deprecate
1458
- deprecate :OutputStorage, :none, 2023, 9
1459
- deprecate :OutputStorage=, :none, 2023, 9
1466
+ deprecate :OutputStorage, :none, 2023, 10
1467
+ deprecate :OutputStorage=, :none, 2023, 10
1460
1468
 
1461
1469
  def initialize(segmentset=nil, subtitlepath=nil, outputstorage=nil)
1462
1470
  @SegmentSet = segmentset
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-mps
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.672
4
+ version: 3.0.673
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-10-09 00:00:00.000000000 Z
11
+ date: 2023-10-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common