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.
5980 5981 5982 5983 |
# File 'lib/v20181119/models.rb', line 5980 def initialize(imagebase64=nil, imageurl=nil) @ImageBase64 = imagebase64 @ImageUrl = imageurl end |
Instance Attribute Details
#ImageBase64 ⇒ Object
5978 5979 5980 |
# File 'lib/v20181119/models.rb', line 5978 def ImageBase64 @ImageBase64 end |
#ImageUrl ⇒ Object
5978 5979 5980 |
# File 'lib/v20181119/models.rb', line 5978 def ImageUrl @ImageUrl end |
Instance Method Details
#deserialize(params) ⇒ Object
5985 5986 5987 5988 |
# File 'lib/v20181119/models.rb', line 5985 def deserialize(params) @ImageBase64 = params['ImageBase64'] @ImageUrl = params['ImageUrl'] end |