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.
5798 5799 5800 5801 |
# File 'lib/v20181119/models.rb', line 5798 def initialize(imagebase64=nil, imageurl=nil) @ImageBase64 = imagebase64 @ImageUrl = imageurl end |
Instance Attribute Details
#ImageBase64 ⇒ Object
5796 5797 5798 |
# File 'lib/v20181119/models.rb', line 5796 def ImageBase64 @ImageBase64 end |
#ImageUrl ⇒ Object
5796 5797 5798 |
# File 'lib/v20181119/models.rb', line 5796 def ImageUrl @ImageUrl end |
Instance Method Details
#deserialize(params) ⇒ Object
5803 5804 5805 5806 |
# File 'lib/v20181119/models.rb', line 5803 def deserialize(params) @ImageBase64 = params['ImageBase64'] @ImageUrl = params['ImageUrl'] end |