Class: TencentCloud::Tsi::V20210325::TongChuanRecognizeResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tsi::V20210325::TongChuanRecognizeResponse
- Defined in:
- lib/v20210325/models.rb
Overview
TongChuanRecognize返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ TongChuanRecognizeResponse
constructor
A new instance of TongChuanRecognizeResponse.
Constructor Details
#initialize(requestid = nil) ⇒ TongChuanRecognizeResponse
233 234 235 |
# File 'lib/v20210325/models.rb', line 233 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
231 232 233 |
# File 'lib/v20210325/models.rb', line 231 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
237 238 239 |
# File 'lib/v20210325/models.rb', line 237 def deserialize(params) @RequestId = params['RequestId'] end |