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.
5352 5353 5354 5355 |
# File 'lib/v20181119/models.rb', line 5352 def initialize(imagebase64=nil, imageurl=nil) @ImageBase64 = imagebase64 @ImageUrl = imageurl end |
Instance Attribute Details
#ImageBase64 ⇒ Object
5350 5351 5352 |
# File 'lib/v20181119/models.rb', line 5350 def ImageBase64 @ImageBase64 end |
#ImageUrl ⇒ Object
5350 5351 5352 |
# File 'lib/v20181119/models.rb', line 5350 def ImageUrl @ImageUrl end |
Instance Method Details
#deserialize(params) ⇒ Object
5357 5358 5359 5360 |
# File 'lib/v20181119/models.rb', line 5357 def deserialize(params) @ImageBase64 = params['ImageBase64'] @ImageUrl = params['ImageUrl'] end |