CheckmarkGroupRecognitionParams Object (ICheckmarkGroupRecognitionParams Interface)
This object provides functionality for tuning parameters of checkmark group recognition. These parameters are used in Document Definitions and can be set using the AsCheckmarkGroupParams method of the RecognitionParams object.
Properties
Name | Type | Description |
---|---|---|
CheckmarkType | CheckmarkTypeEnum | Specifies the type of checkmarks in the group. |
ImageProcessingParams | ImageProcessingParams |
Specifies parameters of image preprocessing inside the checkmark group block. Note: The property returns a constant object. To modify the value of the property, you must first receive an intermediate ImageProcessingParams object with the help of the IEngine::CreateImageProcessingParams method, change the necessary parameters, and then assign this object to the property. |
IsCorrectionEnabled | Boolean | Specifies if correction of checkmarks in the group is enabled. |
MaximumCheckedInGroup | Integer | Specifies the maximal number of selected checkmarks. |
MinimumCheckedInGroup | Integer | Specifies the minimal number of selected checkmarks. |
Related objects
Output parameter
This object is the output parameter of the AsCheckmarkGroupParams method of the RecognitionParams object.
See also
8/15/2023 1:19:30 PM