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.
840 841 842 843 844 |
# File 'lib/v20190614/models.rb', line 840 def initialize(vocabid=nil, wordweightstr=nil, requestid=nil) @VocabId = vocabid @WordWeightStr = wordweightstr @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
838 839 840 |
# File 'lib/v20190614/models.rb', line 838 def RequestId @RequestId end |
#VocabId ⇒ Object
838 839 840 |
# File 'lib/v20190614/models.rb', line 838 def VocabId @VocabId end |
#WordWeightStr ⇒ Object
838 839 840 |
# File 'lib/v20190614/models.rb', line 838 def WordWeightStr @WordWeightStr end |
Instance Method Details
#deserialize(params) ⇒ Object
846 847 848 849 850 |
# File 'lib/v20190614/models.rb', line 846 def deserialize(params) @VocabId = params['VocabId'] @WordWeightStr = params['WordWeightStr'] @RequestId = params['RequestId'] end |