Class: TencentCloud::Ocr::V20181119::PropOwnerCertOCRRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ocr::V20181119::PropOwnerCertOCRRequest
- Defined in:
- lib/v20181119/models.rb
Overview
PropOwnerCertOCR请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(imagebase64 = nil, imageurl = nil) ⇒ PropOwnerCertOCRRequest
constructor
A new instance of PropOwnerCertOCRRequest.
Constructor Details
#initialize(imagebase64 = nil, imageurl = nil) ⇒ PropOwnerCertOCRRequest
Returns a new instance of PropOwnerCertOCRRequest.
7795 7796 7797 7798 |
# File 'lib/v20181119/models.rb', line 7795 def initialize(imagebase64=nil, imageurl=nil) @ImageBase64 = imagebase64 @ImageUrl = imageurl end |
Instance Attribute Details
#ImageBase64 ⇒ Object
7793 7794 7795 |
# File 'lib/v20181119/models.rb', line 7793 def ImageBase64 @ImageBase64 end |
#ImageUrl ⇒ Object
7793 7794 7795 |
# File 'lib/v20181119/models.rb', line 7793 def ImageUrl @ImageUrl end |
Instance Method Details
#deserialize(params) ⇒ Object
7800 7801 7802 7803 |
# File 'lib/v20181119/models.rb', line 7800 def deserialize(params) @ImageBase64 = params['ImageBase64'] @ImageUrl = params['ImageUrl'] end |