Class: TencentCloud::Vrs::V20200824::VoiceTypeInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Vrs::V20200824::VoiceTypeInfo
- Defined in:
- lib/v20200824/models.rb
Overview
复刻音色详情
Instance Attribute Summary collapse
-
#DateCreated ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#ExpireTime ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#FastVoiceType ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#IsDeployed ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#TaskID ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#TaskType ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#VoiceGender ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#VoiceName ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#VoiceType ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(voicetype = nil, voicename = nil, voicegender = nil, tasktype = nil, taskid = nil, datecreated = nil, isdeployed = nil, expiretime = nil, fastvoicetype = nil) ⇒ VoiceTypeInfo
constructor
A new instance of VoiceTypeInfo.
Constructor Details
#initialize(voicetype = nil, voicename = nil, voicegender = nil, tasktype = nil, taskid = nil, datecreated = nil, isdeployed = nil, expiretime = nil, fastvoicetype = nil) ⇒ VoiceTypeInfo
671 672 673 674 675 676 677 678 679 680 681 |
# File 'lib/v20200824/models.rb', line 671 def initialize(voicetype=nil, voicename=nil, voicegender=nil, tasktype=nil, taskid=nil, datecreated=nil, isdeployed=nil, expiretime=nil, fastvoicetype=nil) @VoiceType = voicetype @VoiceName = voicename @VoiceGender = voicegender @TaskType = tasktype @TaskID = taskid @DateCreated = datecreated @IsDeployed = isdeployed @ExpireTime = expiretime @FastVoiceType = fastvoicetype end |
Instance Attribute Details
#DateCreated ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
669 670 671 |
# File 'lib/v20200824/models.rb', line 669 def DateCreated @DateCreated end |
#ExpireTime ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
669 670 671 |
# File 'lib/v20200824/models.rb', line 669 def ExpireTime @ExpireTime end |
#FastVoiceType ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
669 670 671 |
# File 'lib/v20200824/models.rb', line 669 def FastVoiceType @FastVoiceType end |
#IsDeployed ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
669 670 671 |
# File 'lib/v20200824/models.rb', line 669 def IsDeployed @IsDeployed end |
#TaskID ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
669 670 671 |
# File 'lib/v20200824/models.rb', line 669 def TaskID @TaskID end |
#TaskType ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
669 670 671 |
# File 'lib/v20200824/models.rb', line 669 def TaskType @TaskType end |
#VoiceGender ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
669 670 671 |
# File 'lib/v20200824/models.rb', line 669 def VoiceGender @VoiceGender end |
#VoiceName ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
669 670 671 |
# File 'lib/v20200824/models.rb', line 669 def VoiceName @VoiceName end |
#VoiceType ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
669 670 671 |
# File 'lib/v20200824/models.rb', line 669 def VoiceType @VoiceType end |
Instance Method Details
#deserialize(params) ⇒ Object
683 684 685 686 687 688 689 690 691 692 693 |
# File 'lib/v20200824/models.rb', line 683 def deserialize(params) @VoiceType = params['VoiceType'] @VoiceName = params['VoiceName'] @VoiceGender = params['VoiceGender'] @TaskType = params['TaskType'] @TaskID = params['TaskID'] @DateCreated = params['DateCreated'] @IsDeployed = params['IsDeployed'] @ExpireTime = params['ExpireTime'] @FastVoiceType = params['FastVoiceType'] end |