Method: TencentCloud::Ocr::V20181119::RecognizeFormulaOCRRequest#initialize
- Defined in:
- lib/v20181119/models.rb
#initialize(imageurl = nil, imagebase64 = nil, ispdf = nil, pdfpagenumber = nil) ⇒ RecognizeFormulaOCRRequest
Returns a new instance of RecognizeFormulaOCRRequest.
8992 8993 8994 8995 8996 8997 |
# File 'lib/v20181119/models.rb', line 8992 def initialize(imageurl=nil, imagebase64=nil, ispdf=nil, pdfpagenumber=nil) @ImageUrl = imageurl @ImageBase64 = imagebase64 @IsPdf = ispdf @PdfPageNumber = pdfpagenumber end |