Class: TencentCloud::Ocr::V20181119::VinOCRRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ocr::V20181119::VinOCRRequest
- Defined in:
- lib/v20181119/models.rb
Overview
VinOCR请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(imagebase64 = nil, imageurl = nil) ⇒ VinOCRRequest
constructor
A new instance of VinOCRRequest.
Constructor Details
#initialize(imagebase64 = nil, imageurl = nil) ⇒ VinOCRRequest
Returns a new instance of VinOCRRequest.
14986 14987 14988 14989 |
# File 'lib/v20181119/models.rb', line 14986 def initialize(imagebase64=nil, imageurl=nil) @ImageBase64 = imagebase64 @ImageUrl = imageurl end |
Instance Attribute Details
#ImageBase64 ⇒ Object
14984 14985 14986 |
# File 'lib/v20181119/models.rb', line 14984 def ImageBase64 @ImageBase64 end |
#ImageUrl ⇒ Object
14984 14985 14986 |
# File 'lib/v20181119/models.rb', line 14984 def ImageUrl @ImageUrl end |
Instance Method Details
#deserialize(params) ⇒ Object
14991 14992 14993 14994 |
# File 'lib/v20181119/models.rb', line 14991 def deserialize(params) @ImageBase64 = params['ImageBase64'] @ImageUrl = params['ImageUrl'] end |