Class: TencentCloud::Asr::V20190614::DownloadAsrVocabResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Asr::V20190614::DownloadAsrVocabResponse
- Defined in:
- lib/v20190614/models.rb
Overview
DownloadAsrVocab返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(vocabid = nil, wordweightstr = nil, requestid = nil) ⇒ DownloadAsrVocabResponse
constructor
A new instance of DownloadAsrVocabResponse.
Constructor Details
#initialize(vocabid = nil, wordweightstr = nil, requestid = nil) ⇒ DownloadAsrVocabResponse
Returns a new instance of DownloadAsrVocabResponse.
813 814 815 816 817 |
# File 'lib/v20190614/models.rb', line 813 def initialize(vocabid=nil, wordweightstr=nil, requestid=nil) @VocabId = vocabid @WordWeightStr = wordweightstr @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
811 812 813 |
# File 'lib/v20190614/models.rb', line 811 def RequestId @RequestId end |
#VocabId ⇒ Object
811 812 813 |
# File 'lib/v20190614/models.rb', line 811 def VocabId @VocabId end |
#WordWeightStr ⇒ Object
811 812 813 |
# File 'lib/v20190614/models.rb', line 811 def WordWeightStr @WordWeightStr end |
Instance Method Details
#deserialize(params) ⇒ Object
819 820 821 822 823 |
# File 'lib/v20190614/models.rb', line 819 def deserialize(params) @VocabId = params['VocabId'] @WordWeightStr = params['WordWeightStr'] @RequestId = params['RequestId'] end |