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.
9287 9288 9289 9290 9291 9292 9293 9294 |
# File 'lib/v20181119/models.rb', line 9287 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
9285 9286 9287 |
# File 'lib/v20181119/models.rb', line 9285 def ImageBase64 @ImageBase64 end |
#ImageUrl ⇒ Object
9285 9286 9287 |
# File 'lib/v20181119/models.rb', line 9285 def ImageUrl @ImageUrl end |
#IsPdf ⇒ Object
9285 9286 9287 |
# File 'lib/v20181119/models.rb', line 9285 def IsPdf @IsPdf end |
#PdfPageNumber ⇒ Object
9285 9286 9287 |
# File 'lib/v20181119/models.rb', line 9285 def PdfPageNumber @PdfPageNumber end |
#ReturnCoord ⇒ Object
9285 9286 9287 |
# File 'lib/v20181119/models.rb', line 9285 def ReturnCoord @ReturnCoord end |
#ReturnVertex ⇒ Object
9285 9286 9287 |
# File 'lib/v20181119/models.rb', line 9285 def ReturnVertex @ReturnVertex end |
Instance Method Details
#deserialize(params) ⇒ Object
9296 9297 9298 9299 9300 9301 9302 9303 |
# File 'lib/v20181119/models.rb', line 9296 def deserialize(params) @ImageBase64 = params['ImageBase64'] @ImageUrl = params['ImageUrl'] @ReturnVertex = params['ReturnVertex'] @ReturnCoord = params['ReturnCoord'] @IsPdf = params['IsPdf'] @PdfPageNumber = params['PdfPageNumber'] end |