class Abbyy::Models::ProcessImageResponse

Overview

Response object for /processImage API-method.

###Status codes General status codes and response format of the method are described in HTTP Status Codes and Response Formats.

The following status codes can be returned when this method is called:

Defined in:

abbyy/models/process_image_response.cr

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

set_properties_from_xml(xml_data : String | IO) set_properties_from_xml, task : Task | Nil task, task=(task : Task | Nil) task=

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

headers : HTTP::Headers headers, headers=(headers : HTTP::Headers) headers=, protocol_version : String | Nil protocol_version, protocol_version=(protocol_version : String | Nil) protocol_version=, set_properties_from_xml(xml_data : String | IO) set_properties_from_xml, status_code : Int32 status_code, status_code=(status_code : Int32) status_code=, success? success?

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

new(response : HTTP::Client::Response) new