class Abbyy::Models::SubmitImageResponse

Overview

Response object for /submitImage API-method.

###Status codes

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

Defined in:

abbyy/models/submit_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