Class: TencentCloud::Tci::V20190318::AIAssistantRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tci::V20190318::AIAssistantRequest
- Defined in:
- lib/v20190318/models.rb
Overview
AIAssistant请求参数结构体
Instance Attribute Summary collapse
- #FileContent ⇒ Object
- #FileType ⇒ Object
- #Lang ⇒ Object
- #LibrarySet ⇒ Object
- #MaxVideoDuration ⇒ Object
- #Template ⇒ Object
- #VocabLibNameList ⇒ Object
- #VoiceEncodeType ⇒ Object
- #VoiceFileType ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(filecontent = nil, filetype = nil, lang = nil, libraryset = nil, maxvideoduration = nil, template = nil, vocablibnamelist = nil, voiceencodetype = nil, voicefiletype = nil) ⇒ AIAssistantRequest
constructor
A new instance of AIAssistantRequest.
Constructor Details
#initialize(filecontent = nil, filetype = nil, lang = nil, libraryset = nil, maxvideoduration = nil, template = nil, vocablibnamelist = nil, voiceencodetype = nil, voicefiletype = nil) ⇒ AIAssistantRequest
Returns a new instance of AIAssistantRequest.
43 44 45 46 47 48 49 50 51 52 53 |
# File 'lib/v20190318/models.rb', line 43 def initialize(filecontent=nil, filetype=nil, lang=nil, libraryset=nil, maxvideoduration=nil, template=nil, vocablibnamelist=nil, voiceencodetype=nil, voicefiletype=nil) @FileContent = filecontent @FileType = filetype @Lang = lang @LibrarySet = libraryset @MaxVideoDuration = maxvideoduration @Template = template @VocabLibNameList = vocablibnamelist @VoiceEncodeType = voiceencodetype @VoiceFileType = voicefiletype end |
Instance Attribute Details
#FileContent ⇒ Object
41 42 43 |
# File 'lib/v20190318/models.rb', line 41 def FileContent @FileContent end |
#FileType ⇒ Object
41 42 43 |
# File 'lib/v20190318/models.rb', line 41 def FileType @FileType end |
#Lang ⇒ Object
41 42 43 |
# File 'lib/v20190318/models.rb', line 41 def Lang @Lang end |
#LibrarySet ⇒ Object
41 42 43 |
# File 'lib/v20190318/models.rb', line 41 def LibrarySet @LibrarySet end |
#MaxVideoDuration ⇒ Object
41 42 43 |
# File 'lib/v20190318/models.rb', line 41 def MaxVideoDuration @MaxVideoDuration end |
#Template ⇒ Object
41 42 43 |
# File 'lib/v20190318/models.rb', line 41 def Template @Template end |
#VocabLibNameList ⇒ Object
41 42 43 |
# File 'lib/v20190318/models.rb', line 41 def VocabLibNameList @VocabLibNameList end |
#VoiceEncodeType ⇒ Object
41 42 43 |
# File 'lib/v20190318/models.rb', line 41 def VoiceEncodeType @VoiceEncodeType end |
#VoiceFileType ⇒ Object
41 42 43 |
# File 'lib/v20190318/models.rb', line 41 def VoiceFileType @VoiceFileType end |
Instance Method Details
#deserialize(params) ⇒ Object
55 56 57 58 59 60 61 62 63 64 65 |
# File 'lib/v20190318/models.rb', line 55 def deserialize(params) @FileContent = params['FileContent'] @FileType = params['FileType'] @Lang = params['Lang'] @LibrarySet = params['LibrarySet'] @MaxVideoDuration = params['MaxVideoDuration'] @Template = params['Template'] @VocabLibNameList = params['VocabLibNameList'] @VoiceEncodeType = params['VoiceEncodeType'] @VoiceFileType = params['VoiceFileType'] end |