tencentcloud-sdk-vod 3.0.956 → 3.0.957
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20180717/models.rb +23 -15
- 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: 5e15d6f70a28e878ba0c66531133cf025c2f3e59
|
4
|
+
data.tar.gz: 5601493d9945e8e0db51519b7bb3f60b97e035d6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dd60be9c0f8713c3cfeeb1d8f59d8dc74ce55ccb8ddde5456fcb449eaf75a65e2f62ee426bd3ffde07bdc006ce62f1b77022fb2668e1fac1471e530ac64aa046
|
7
|
+
data.tar.gz: 89224679d12e06297e8f27e155bf738315155df5424e1e324c4ddaf05d84bf4115d0a0c819750f3fd0518bcf5dc95d8e2f962bf12508acef9fcbec348054efbc
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.957
|
data/lib/v20180717/models.rb
CHANGED
@@ -116,12 +116,13 @@ module TencentCloud
|
|
116
116
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
117
117
|
# @type OcrWordsConfigure: :class:`Tencentcloud::Vod.v20180717.models.OcrWordsConfigureInfo`
|
118
118
|
# @param AsrFullTextConfigure: 语音全文识别控制参数。
|
119
|
+
# <font color=red>注意:本参数已不再维护,推荐使用 AsrTranslateConfigure 参数发起语音翻译识别(当 DstLanguage 不填或填空字符串时,则不进行翻译,计费项和语音全文识别一致)。</font>
|
119
120
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
120
121
|
# @type AsrFullTextConfigure: :class:`Tencentcloud::Vod.v20180717.models.AsrFullTextConfigureInfo`
|
121
122
|
# @param AsrWordsConfigure: 语音关键词识别控制参数。
|
122
123
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
123
124
|
# @type AsrWordsConfigure: :class:`Tencentcloud::Vod.v20180717.models.AsrWordsConfigureInfo`
|
124
|
-
# @param AsrTranslateConfigure:
|
125
|
+
# @param AsrTranslateConfigure: 语音翻译识别控制参数。
|
125
126
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
126
127
|
# @type AsrTranslateConfigure: :class:`Tencentcloud::Vod.v20180717.models.AsrTranslateConfigureInfo`
|
127
128
|
# @param ObjectConfigure: 物体识别控制参数。
|
@@ -1630,13 +1631,13 @@ module TencentCloud
|
|
1630
1631
|
end
|
1631
1632
|
end
|
1632
1633
|
|
1633
|
-
#
|
1634
|
+
# 语音翻译识别片段。
|
1634
1635
|
class AiRecognitionTaskAsrTranslateSegmentItem < TencentCloud::Common::AbstractModel
|
1635
|
-
# @param Confidence:
|
1636
|
+
# @param Confidence: 语音翻译识别片段置信度。取值:0~100。
|
1636
1637
|
# @type Confidence: Float
|
1637
|
-
# @param StartTimeOffset:
|
1638
|
+
# @param StartTimeOffset: 语音翻译识别片段起始的偏移时间,单位:秒。
|
1638
1639
|
# @type StartTimeOffset: Float
|
1639
|
-
# @param EndTimeOffset:
|
1640
|
+
# @param EndTimeOffset: 语音翻译识别片段终止的偏移时间,单位:秒。
|
1640
1641
|
# @type EndTimeOffset: Float
|
1641
1642
|
# @param Text: 识别文本。
|
1642
1643
|
# @type Text: String
|
@@ -4312,7 +4313,8 @@ module TencentCloud
|
|
4312
4313
|
end
|
4313
4314
|
end
|
4314
4315
|
|
4315
|
-
#
|
4316
|
+
# 语音全文识别任务控制参数。
|
4317
|
+
# <font color=red>注意:本参数已不再维护,推荐使用 AsrTranslateConfigure 参数发起语音翻译识别(当 DstLanguage 不填或填空字符串时,则不进行翻译,计费项和语音全文识别一致)。</font>
|
4316
4318
|
class AsrFullTextConfigureInfo < TencentCloud::Common::AbstractModel
|
4317
4319
|
# @param Switch: 语音全文识别任务开关,可选值:
|
4318
4320
|
# <li>ON:开启智能语音全文识别任务;</li>
|
@@ -4401,11 +4403,11 @@ module TencentCloud
|
|
4401
4403
|
end
|
4402
4404
|
end
|
4403
4405
|
|
4404
|
-
#
|
4406
|
+
# 语音翻译识别任务控制参数
|
4405
4407
|
class AsrTranslateConfigureInfo < TencentCloud::Common::AbstractModel
|
4406
|
-
# @param Switch:
|
4408
|
+
# @param Switch: 语音翻译识别任务开关,可选值:
|
4407
4409
|
# <li>ON:开启;</li>
|
4408
|
-
# <li>OFF:关闭。</li><font color=red>注意:</font
|
4410
|
+
# <li>OFF:关闭。</li><font color=red>注意:</font>语音翻译识别任务本身会返回 ASR 全文识别结果,为避免重复收费,因此禁止同时开启语音翻译识别和 ASR 全文识别功能项。
|
4409
4411
|
# @type Switch: String
|
4410
4412
|
# @param SrcLanguage: 媒体源语言,当 Switch 为 ON 时,此参数必填。取值范围:
|
4411
4413
|
# <li>zh:中文;</li>
|
@@ -4422,7 +4424,9 @@ module TencentCloud
|
|
4422
4424
|
# <li>hi:印地语;</li>
|
4423
4425
|
# <li>fr:法语。</li>
|
4424
4426
|
# @type SrcLanguage: String
|
4425
|
-
# @param DstLanguage: 翻译目标语言,当 Switch 为 ON
|
4427
|
+
# @param DstLanguage: 翻译目标语言,当 Switch 为 ON 时,此参数有效。
|
4428
|
+
# 若此参数不填或者填写空字符串,则表示只进行语音全文识别,不进行翻译(计费项与 AsrFullTextConfigure 语音全文识别一致);
|
4429
|
+
# 否则,此参数的取值范围分为如下几种情况:
|
4426
4430
|
# 当 SrcLanguage 为 zh(中文)时,取值范围:
|
4427
4431
|
# <li>en:英文;</li>
|
4428
4432
|
# <li>ja:日文;</li>
|
@@ -4532,11 +4536,11 @@ module TencentCloud
|
|
4532
4536
|
end
|
4533
4537
|
end
|
4534
4538
|
|
4535
|
-
#
|
4539
|
+
# 语音翻译识别控制参数
|
4536
4540
|
class AsrTranslateConfigureInfoForUpdate < TencentCloud::Common::AbstractModel
|
4537
|
-
# @param Switch:
|
4541
|
+
# @param Switch: 语音翻译识别任务开关,可选值:
|
4538
4542
|
# <li>ON:开启;</li>
|
4539
|
-
# <li>OFF:关闭。</li
|
4543
|
+
# <li>OFF:关闭。</li><font color=red>注意:</font>语音翻译识别任务本身会返回 ASR 全文识别结果,为避免重复收费,因此禁止同时开启语音翻译识别和 ASR 全文识别功能项。
|
4540
4544
|
# @type Switch: String
|
4541
4545
|
# @param SrcLanguage: 媒体源语言,取值范围:
|
4542
4546
|
# <li>zh:中文;</li>
|
@@ -4554,6 +4558,8 @@ module TencentCloud
|
|
4554
4558
|
# <li>fr:法语。</li>
|
4555
4559
|
# @type SrcLanguage: String
|
4556
4560
|
# @param DstLanguage: 翻译目标语言。
|
4561
|
+
# 若此参数填写空字符串,则表示只进行语音全文识别,不进行翻译(计费项与 AsrFullTextConfigure 语音全文识别一致);
|
4562
|
+
# 否则,此参数的取值范围分为如下几种情况:
|
4557
4563
|
# 当 SrcLanguage 为 zh(中文)时,取值范围:
|
4558
4564
|
# <li>en:英文;</li>
|
4559
4565
|
# <li>ja:日文;</li>
|
@@ -6355,10 +6361,11 @@ module TencentCloud
|
|
6355
6361
|
# @param OcrWordsConfigure: 文本关键词识别控制参数。
|
6356
6362
|
# @type OcrWordsConfigure: :class:`Tencentcloud::Vod.v20180717.models.OcrWordsConfigureInfo`
|
6357
6363
|
# @param AsrFullTextConfigure: 语音全文识别控制参数。
|
6364
|
+
# <font color=red>注意:本参数已不再维护,推荐使用 AsrTranslateConfigure 参数发起语音翻译识别(当 DstLanguage 不填或填空字符串时,则不进行翻译,计费项和语音全文识别一致)。</font>
|
6358
6365
|
# @type AsrFullTextConfigure: :class:`Tencentcloud::Vod.v20180717.models.AsrFullTextConfigureInfo`
|
6359
6366
|
# @param AsrWordsConfigure: 语音关键词识别控制参数。
|
6360
6367
|
# @type AsrWordsConfigure: :class:`Tencentcloud::Vod.v20180717.models.AsrWordsConfigureInfo`
|
6361
|
-
# @param AsrTranslateConfigure:
|
6368
|
+
# @param AsrTranslateConfigure: 语音翻译识别控制参数。
|
6362
6369
|
# @type AsrTranslateConfigure: :class:`Tencentcloud::Vod.v20180717.models.AsrTranslateConfigureInfo`
|
6363
6370
|
# @param ObjectConfigure: 物体识别控制参数。
|
6364
6371
|
# @type ObjectConfigure: :class:`Tencentcloud::Vod.v20180717.models.ObjectConfigureInfo`
|
@@ -18620,10 +18627,11 @@ module TencentCloud
|
|
18620
18627
|
# @param OcrWordsConfigure: 文本关键词识别控制参数。
|
18621
18628
|
# @type OcrWordsConfigure: :class:`Tencentcloud::Vod.v20180717.models.OcrWordsConfigureInfoForUpdate`
|
18622
18629
|
# @param AsrFullTextConfigure: 语音全文识别控制参数。
|
18630
|
+
# <font color=red>注意:本参数已不再维护,推荐使用 AsrTranslateConfigure 参数发起语音翻译识别(当 DstLanguage 不填或填空字符串时,则不进行翻译,计费项和语音全文识别一致)。</font>
|
18623
18631
|
# @type AsrFullTextConfigure: :class:`Tencentcloud::Vod.v20180717.models.AsrFullTextConfigureInfoForUpdate`
|
18624
18632
|
# @param AsrWordsConfigure: 语音关键词识别控制参数。
|
18625
18633
|
# @type AsrWordsConfigure: :class:`Tencentcloud::Vod.v20180717.models.AsrWordsConfigureInfoForUpdate`
|
18626
|
-
# @param AsrTranslateConfigure:
|
18634
|
+
# @param AsrTranslateConfigure: 语音翻译识别控制参数。
|
18627
18635
|
# @type AsrTranslateConfigure: :class:`Tencentcloud::Vod.v20180717.models.AsrTranslateConfigureInfoForUpdate`
|
18628
18636
|
# @param ObjectConfigure: 物体识别控制参数。
|
18629
18637
|
# @type ObjectConfigure: :class:`Tencentcloud::Vod.v20180717.models.ObjectConfigureInfoForUpdate`
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-vod
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.957
|
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-12-
|
11
|
+
date: 2024-12-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|