Class: TencentCloud::Vrs::V20200824::VoiceTypeInfo

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20200824/models.rb

Overview

复刻音色详情

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#DateCreatedObject

注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。



669
670
671
# File 'lib/v20200824/models.rb', line 669

def DateCreated
  @DateCreated
end

#ExpireTimeObject

注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。



669
670
671
# File 'lib/v20200824/models.rb', line 669

def ExpireTime
  @ExpireTime
end

#FastVoiceTypeObject

注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。



669
670
671
# File 'lib/v20200824/models.rb', line 669

def FastVoiceType
  @FastVoiceType
end

#IsDeployedObject

注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。



669
670
671
# File 'lib/v20200824/models.rb', line 669

def IsDeployed
  @IsDeployed
end

#TaskIDObject

注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。



669
670
671
# File 'lib/v20200824/models.rb', line 669

def TaskID
  @TaskID
end

#TaskTypeObject

注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。



669
670
671
# File 'lib/v20200824/models.rb', line 669

def TaskType
  @TaskType
end

#VoiceGenderObject

注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。



669
670
671
# File 'lib/v20200824/models.rb', line 669

def VoiceGender
  @VoiceGender
end

#VoiceNameObject

注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。



669
670
671
# File 'lib/v20200824/models.rb', line 669

def VoiceName
  @VoiceName
end

#VoiceTypeObject

注意:此字段可能返回 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