class Abbyy::Models::ProcessBarcodeFieldResponse

Overview

Response object for /processBarcodeField API-method.

###Status codes

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

###Output file format

The output XML file has the following format:

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<document xmlns="@link" xmlns:xsi="@link" xsi:schemaLocation="@link" version="1.0">
    <field left=”0” top=”0” right=”199” bottom=”100” type=”barcode”>
        <value encoding=”Base64”>b783JHk48Njkdn27849</value>
    </field>
</document>

Defined in:

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