tencentcloud-sdk-vrs 3.0.705 → 3.0.707
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/v20200824/models.rb +1 -7
- 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: 9623a28c46ab843094003e60e5795fe4d98bbec6
|
4
|
+
data.tar.gz: 45870ef3141afaa738b6ebf0f62904450c68a7ec
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4f64215cece51781224ce7dafb95cc2d775333c23e0640b0ed4d843f38701c718ea77298c167abdde04a5b8e1df361a433b08fe416ca956ff5daecf15bab38a6
|
7
|
+
data.tar.gz: 6be037becc69ea8f66f1e13bf79324dfe57a0c5b92efcaf4cc741ac33a87596afbc9d67dd28dd7b12c555b63772b7b416725c1a6efc8ab0fddd095079122cd17
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.707
|
data/lib/v20200824/models.rb
CHANGED
@@ -475,7 +475,7 @@ module TencentCloud
|
|
475
475
|
|
476
476
|
# GetVRSVoiceTypes返回参数结构体
|
477
477
|
class GetVRSVoiceTypesResponse < TencentCloud::Common::AbstractModel
|
478
|
-
# @param Data:
|
478
|
+
# @param Data: 复刻音色信息
|
479
479
|
# @type Data: :class:`Tencentcloud::Vrs.v20200824.models.VoiceTypeListData`
|
480
480
|
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
481
481
|
# @type RequestId: String
|
@@ -545,22 +545,16 @@ module TencentCloud
|
|
545
545
|
# 复刻音色详情
|
546
546
|
class VoiceTypeInfo < TencentCloud::Common::AbstractModel
|
547
547
|
# @param VoiceType: 音色id
|
548
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
549
548
|
# @type VoiceType: Integer
|
550
549
|
# @param VoiceName: 音色名称
|
551
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
552
550
|
# @type VoiceName: String
|
553
551
|
# @param VoiceGender: 音色性别: 1-male 2-female
|
554
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
555
552
|
# @type VoiceGender: Integer
|
556
553
|
# @param TaskType: 复刻类型: 0-轻量版复刻 1-基础版复刻
|
557
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
558
554
|
# @type TaskType: Integer
|
559
555
|
# @param TaskID: 复刻任务 ID
|
560
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
561
556
|
# @type TaskID: String
|
562
557
|
# @param DateCreated: 创建时间
|
563
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
564
558
|
# @type DateCreated: String
|
565
559
|
|
566
560
|
attr_accessor :VoiceType, :VoiceName, :VoiceGender, :TaskType, :TaskID, :DateCreated
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-vrs
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.707
|
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-11-
|
11
|
+
date: 2023-11-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|