Class: TencentCloud::Vrs::V20200824::GetVRSVoiceTypesRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Vrs::V20200824::GetVRSVoiceTypesRequest
- Defined in:
- lib/v20200824/models.rb
Overview
GetVRSVoiceTypes请求参数结构体
Instance Attribute Summary collapse
-
#TaskType ⇒ Object
0 - 除快速声音复刻外其他复刻类型(默认); 5 - 一句话声音复刻。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(tasktype = nil) ⇒ GetVRSVoiceTypesRequest
constructor
A new instance of GetVRSVoiceTypesRequest.
Constructor Details
#initialize(tasktype = nil) ⇒ GetVRSVoiceTypesRequest
Returns a new instance of GetVRSVoiceTypesRequest.
566 567 568 |
# File 'lib/v20200824/models.rb', line 566 def initialize(tasktype=nil) @TaskType = tasktype end |
Instance Attribute Details
#TaskType ⇒ Object
0 - 除快速声音复刻外其他复刻类型(默认);5 - 一句话声音复刻。
564 565 566 |
# File 'lib/v20200824/models.rb', line 564 def TaskType @TaskType end |
Instance Method Details
#deserialize(params) ⇒ Object
570 571 572 |
# File 'lib/v20200824/models.rb', line 570 def deserialize(params) @TaskType = params['TaskType'] end |