Class: TencentCloud::Ocr::V20181119::InsuranceBillOCRRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ocr::V20181119::InsuranceBillOCRRequest
- Defined in:
- lib/v20181119/models.rb
Overview
InsuranceBillOCR请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(imagebase64 = nil, imageurl = nil) ⇒ InsuranceBillOCRRequest
constructor
A new instance of InsuranceBillOCRRequest.
Constructor Details
#initialize(imagebase64 = nil, imageurl = nil) ⇒ InsuranceBillOCRRequest
Returns a new instance of InsuranceBillOCRRequest.
5323 5324 5325 5326 |
# File 'lib/v20181119/models.rb', line 5323 def initialize(imagebase64=nil, imageurl=nil) @ImageBase64 = imagebase64 @ImageUrl = imageurl end |
Instance Attribute Details
#ImageBase64 ⇒ Object
5321 5322 5323 |
# File 'lib/v20181119/models.rb', line 5321 def ImageBase64 @ImageBase64 end |
#ImageUrl ⇒ Object
5321 5322 5323 |
# File 'lib/v20181119/models.rb', line 5321 def ImageUrl @ImageUrl end |
Instance Method Details
#deserialize(params) ⇒ Object
5328 5329 5330 5331 |
# File 'lib/v20181119/models.rb', line 5328 def deserialize(params) @ImageBase64 = params['ImageBase64'] @ImageUrl = params['ImageUrl'] end |