class Abbyy::Models::ProcessFieldsRequest
- Abbyy::Models::ProcessFieldsRequest
- Abbyy::Models::TaskIdRequest
- Abbyy::Models::BaseRequest
- Abbyy::Models::BaseModel
- Reference
- Object
Overview
Request object for /processFields API-method.
Included Modules
Defined in:
abbyy/models/process_fields_request.crConstant Summary
-
DEFAULT_DESCRIPTION =
""
-
DEFAULT_WRITE_RECOGNITION_VARIANTS =
false
Constructors
Instance Method Summary
-
#description : String | Nil
Contains the description of the processing task.
- #description=(description : String | Nil)
- #params : Hash(String, String)
- #set_description(description : String | Nil)
- #task_id=(task_id : String | Nil)
-
#write_recognition_variants : Bool | Nil
Specifies whether the recognition variants should be written to the result.
-
#write_recognition_variants=(write_recognition_variants : Bool | Nil)
Specifies whether the recognition variants should be written to the result.
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 the description of the processing task. Cannot contain more than 255 characters.
This parameter is not required.
Specifies whether the recognition variants should be written to the result. It can have either true or false value.
If you set this value to true, additional recognition variants (charRecVariants) appear in the XML result file.
This parameter is not required.
Default value is false.
Specifies whether the recognition variants should be written to the result. It can have either true or false value.
If you set this value to true, additional recognition variants (charRecVariants) appear in the XML result file.
This parameter is not required.
Default value is false.