Class: TencentCloud::Ocr::V20181119::RecognizeMedicalInvoiceOCRRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ocr::V20181119::RecognizeMedicalInvoiceOCRRequest
- Defined in:
- lib/v20181119/models.rb
Overview
RecognizeMedicalInvoiceOCR请求参数结构体
Instance Attribute Summary collapse
- #ImageBase64 ⇒ Object
- #ImageUrl ⇒ Object
- #IsPdf ⇒ Object
- #PdfPageNumber ⇒ Object
- #ReturnCoord ⇒ Object
- #ReturnVertex ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(imagebase64 = nil, imageurl = nil, returnvertex = nil, returncoord = nil, ispdf = nil, pdfpagenumber = nil) ⇒ RecognizeMedicalInvoiceOCRRequest
constructor
A new instance of RecognizeMedicalInvoiceOCRRequest.
Constructor Details
#initialize(imagebase64 = nil, imageurl = nil, returnvertex = nil, returncoord = nil, ispdf = nil, pdfpagenumber = nil) ⇒ RecognizeMedicalInvoiceOCRRequest
Returns a new instance of RecognizeMedicalInvoiceOCRRequest.
9315 9316 9317 9318 9319 9320 9321 9322 |
# File 'lib/v20181119/models.rb', line 9315 def initialize(imagebase64=nil, imageurl=nil, returnvertex=nil, returncoord=nil, ispdf=nil, pdfpagenumber=nil) @ImageBase64 = imagebase64 @ImageUrl = imageurl @ReturnVertex = returnvertex @ReturnCoord = returncoord @IsPdf = ispdf @PdfPageNumber = pdfpagenumber end |
Instance Attribute Details
#ImageBase64 ⇒ Object
9313 9314 9315 |
# File 'lib/v20181119/models.rb', line 9313 def ImageBase64 @ImageBase64 end |
#ImageUrl ⇒ Object
9313 9314 9315 |
# File 'lib/v20181119/models.rb', line 9313 def ImageUrl @ImageUrl end |
#IsPdf ⇒ Object
9313 9314 9315 |
# File 'lib/v20181119/models.rb', line 9313 def IsPdf @IsPdf end |
#PdfPageNumber ⇒ Object
9313 9314 9315 |
# File 'lib/v20181119/models.rb', line 9313 def PdfPageNumber @PdfPageNumber end |
#ReturnCoord ⇒ Object
9313 9314 9315 |
# File 'lib/v20181119/models.rb', line 9313 def ReturnCoord @ReturnCoord end |
#ReturnVertex ⇒ Object
9313 9314 9315 |
# File 'lib/v20181119/models.rb', line 9313 def ReturnVertex @ReturnVertex end |
Instance Method Details
#deserialize(params) ⇒ Object
9324 9325 9326 9327 9328 9329 9330 9331 |
# File 'lib/v20181119/models.rb', line 9324 def deserialize(params) @ImageBase64 = params['ImageBase64'] @ImageUrl = params['ImageUrl'] @ReturnVertex = params['ReturnVertex'] @ReturnCoord = params['ReturnCoord'] @IsPdf = params['IsPdf'] @PdfPageNumber = params['PdfPageNumber'] end |