Class: TencentCloud::Tci::V20190318::SubmitPartialBodyClassTaskRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tci::V20190318::SubmitPartialBodyClassTaskRequest
- Defined in:
- lib/v20190318/models.rb
Overview
SubmitPartialBodyClassTask请求参数结构体
Instance Attribute Summary collapse
- #FileContent ⇒ Object
- #FileType ⇒ Object
- #Lang ⇒ Object
- #LibrarySet ⇒ Object
- #MaxVideoDuration ⇒ 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, vocablibnamelist = nil, voiceencodetype = nil, voicefiletype = nil) ⇒ SubmitPartialBodyClassTaskRequest
constructor
A new instance of SubmitPartialBodyClassTaskRequest.
Constructor Details
#initialize(filecontent = nil, filetype = nil, lang = nil, libraryset = nil, maxvideoduration = nil, vocablibnamelist = nil, voiceencodetype = nil, voicefiletype = nil) ⇒ SubmitPartialBodyClassTaskRequest
Returns a new instance of SubmitPartialBodyClassTaskRequest.
3980 3981 3982 3983 3984 3985 3986 3987 3988 3989 |
# File 'lib/v20190318/models.rb', line 3980 def initialize(filecontent=nil, filetype=nil, lang=nil, libraryset=nil, maxvideoduration=nil, vocablibnamelist=nil, voiceencodetype=nil, voicefiletype=nil) @FileContent = filecontent @FileType = filetype @Lang = lang @LibrarySet = libraryset @MaxVideoDuration = maxvideoduration @VocabLibNameList = vocablibnamelist @VoiceEncodeType = voiceencodetype @VoiceFileType = voicefiletype end |
Instance Attribute Details
#FileContent ⇒ Object
3978 3979 3980 |
# File 'lib/v20190318/models.rb', line 3978 def FileContent @FileContent end |
#FileType ⇒ Object
3978 3979 3980 |
# File 'lib/v20190318/models.rb', line 3978 def FileType @FileType end |
#Lang ⇒ Object
3978 3979 3980 |
# File 'lib/v20190318/models.rb', line 3978 def Lang @Lang end |
#LibrarySet ⇒ Object
3978 3979 3980 |
# File 'lib/v20190318/models.rb', line 3978 def LibrarySet @LibrarySet end |
#MaxVideoDuration ⇒ Object
3978 3979 3980 |
# File 'lib/v20190318/models.rb', line 3978 def MaxVideoDuration @MaxVideoDuration end |
#VocabLibNameList ⇒ Object
3978 3979 3980 |
# File 'lib/v20190318/models.rb', line 3978 def VocabLibNameList @VocabLibNameList end |
#VoiceEncodeType ⇒ Object
3978 3979 3980 |
# File 'lib/v20190318/models.rb', line 3978 def VoiceEncodeType @VoiceEncodeType end |
#VoiceFileType ⇒ Object
3978 3979 3980 |
# File 'lib/v20190318/models.rb', line 3978 def VoiceFileType @VoiceFileType end |
Instance Method Details
#deserialize(params) ⇒ Object
3991 3992 3993 3994 3995 3996 3997 3998 3999 4000 |
# File 'lib/v20190318/models.rb', line 3991 def deserialize(params) @FileContent = params['FileContent'] @FileType = params['FileType'] @Lang = params['Lang'] @LibrarySet = params['LibrarySet'] @MaxVideoDuration = params['MaxVideoDuration'] @VocabLibNameList = params['VocabLibNameList'] @VoiceEncodeType = params['VoiceEncodeType'] @VoiceFileType = params['VoiceFileType'] end |