class Abbyy::Models::ProcessCheckmarkFieldRequest
- Abbyy::Models::ProcessCheckmarkFieldRequest
- Abbyy::Models::BaseRequest
- Abbyy::Models::BaseModel
- Reference
- Object
Overview
Request object for /processCheckmarkField API-method.
Included Modules
Defined in:
abbyy/models/process_checkmark_field_request.crConstant Summary
-
DEFAULT_CHECKMARK_TYPE =
CheckmarkType::Empty
-
DEFAULT_CORRECTION_ALLOWED =
false
-
DEFAULT_DESCRIPTION =
""
-
DEFAULT_PASSWORD =
""
-
DEFAULT_REGION =
Region.new(-1, -1, -1, -1)
Constructors
Instance Method Summary
-
#checkmark_type : CheckmarkType | Nil
Specifies the type of the checkmark.
-
#checkmark_type=(checkmark_type : CheckmarkType | Nil)
Specifies the type of the checkmark.
-
#correction_allowed : Bool | Nil
This property set to true means that checkmark block can be selected and then corrected.
-
#correction_allowed=(correction_allowed : Bool | Nil)
This property set to true means that checkmark block can be selected and then corrected.
-
#description : String | Nil
Contains the description of the processing task.
- #description=(description : String | Nil)
- #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.
-
#region : Region | Nil
Specifies the region of the text field on the image.
-
#region=(region : Region | Nil)
Specifies the region of the text field on the image.
- #region=(coordinates : Array(Int32))
- #set_description(description : String | Nil)
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::BaseRequest
body : HTTP::Client::BodyType
body,
params : Hash(String, String)
params
Constructor Detail
Instance Method Detail
Specifies the type of the checkmark. It can be one of the following:
CheckmarkType::Circle
(checkmark in a circle)CheckmarkType::Empty
(checkmark against an empty background)CheckmarkType::Square
(checkmark in a square)
This parameter is not required.
Default value is CheckmarkType::Empty
.
Specifies the type of the checkmark. It can be one of the following:
CheckmarkType::Circle
(checkmark in a circle)CheckmarkType::Empty
(checkmark against an empty background)CheckmarkType::Square
(checkmark in a square)
This parameter is not required.
Default value is CheckmarkType::Empty
.
This property set to true means that checkmark block can be selected and then corrected.
This parameter is not required.
Default value is false.
This property set to true means that checkmark block can be selected and then corrected.
This parameter is not required.
Default value is false.
Contains the description of the processing task. Cannot contain more than 255 characters.
This parameter is not required.
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.
Specifies the region of the text field on the image. The coordinates of the region are measured in pixels relative to the left top corner of the image and are specified in the following order: left, top, right, bottom. By default, the region of the whole image is used.
This parameter is not required.
Default value is Region.new(-1, -1, -1, -1)
.
Specifies the region of the text field on the image. The coordinates of the region are measured in pixels relative to the left top corner of the image and are specified in the following order: left, top, right, bottom. By default, the region of the whole image is used.
This parameter is not required.
Default value is Region.new(-1, -1, -1, -1)
.