class Abbyy::Models::SubmitImageRequest
- Abbyy::Models::SubmitImageRequest
- Abbyy::Models::TaskIdRequest
- Abbyy::Models::BaseRequest
- Abbyy::Models::BaseModel
- Reference
- Object
Overview
Request object for /submitImage API-method.
Included Modules
Defined in:
abbyy/models/submit_image_request.crConstant Summary
-
DEFAULT_PDF_PASSWORD =
""
Constructors
Instance Method Summary
- #params : Hash(String, String)
-
#pdf_password : String | Nil
Contains a password for accessing password-protected images in PDF format.
-
#pdf_password=(pdf_password : String | Nil)
Contains a password for accessing password-protected images in PDF format.
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
Instance Method Detail
Contains a password for accessing password-protected images in PDF format.
This parameter is not required.
Contains a password for accessing password-protected images in PDF format.
This parameter is not required.