Class: TencentCloud::Ocr::V20181119::LicensePlateOCRRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ocr::V20181119::LicensePlateOCRRequest
- Defined in:
- lib/v20181119/models.rb
Overview
LicensePlateOCR请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(imagebase64 = nil, imageurl = nil) ⇒ LicensePlateOCRRequest
constructor
A new instance of LicensePlateOCRRequest.
Constructor Details
#initialize(imagebase64 = nil, imageurl = nil) ⇒ LicensePlateOCRRequest
Returns a new instance of LicensePlateOCRRequest.
5769 5770 5771 5772 |
# File 'lib/v20181119/models.rb', line 5769 def initialize(imagebase64=nil, imageurl=nil) @ImageBase64 = imagebase64 @ImageUrl = imageurl end |
Instance Attribute Details
#ImageBase64 ⇒ Object
5767 5768 5769 |
# File 'lib/v20181119/models.rb', line 5767 def ImageBase64 @ImageBase64 end |
#ImageUrl ⇒ Object
5767 5768 5769 |
# File 'lib/v20181119/models.rb', line 5767 def ImageUrl @ImageUrl end |
Instance Method Details
#deserialize(params) ⇒ Object
5774 5775 5776 5777 |
# File 'lib/v20181119/models.rb', line 5774 def deserialize(params) @ImageBase64 = params['ImageBase64'] @ImageUrl = params['ImageUrl'] end |