class Abbyy::Models::SubmitImageRequest

Overview

Request object for /submitImage API-method.

Included Modules

Defined in:

abbyy/models/submit_image_request.cr

Constant Summary

DEFAULT_PDF_PASSWORD = ""

Constructors

Instance Method Summary

Instance methods inherited from module Abbyy::Models::FileBody

body : HTTP::Client::BodyType body, file_path : String file_path, file_path=(file_path : String) file_path=

Constructor methods inherited from module Abbyy::Models::FileBody

new(file_path : String) new

Instance methods inherited from class Abbyy::Models::TaskIdRequest

params : Hash(String, String) params, task_id : String | Nil task_id, task_id=(task_id : String | Nil) task_id=

Constructor methods inherited from class Abbyy::Models::TaskIdRequest

new(task_id : String | Nil = nil) new

Instance methods inherited from class Abbyy::Models::BaseRequest

body : HTTP::Client::BodyType body, params : Hash(String, String) params

Constructor Detail

def self.new(file_path : String, task_id : String | Nil = nil, pdf_password : String | Nil = nil) #

[View source]

Instance Method Detail

def params : Hash(String, String) #

[View source]
def pdf_password : String | Nil #

Contains a password for accessing password-protected images in PDF format.

This parameter is not required.


[View source]
def pdf_password=(pdf_password : String | Nil) #

Contains a password for accessing password-protected images in PDF format.

This parameter is not required.


[View source]