SnapOcrResultsCombination Class |
The SnapOcrResultsCombination type exposes the following members.
Name | Description | |
---|---|---|
![]() | Concatenated | Concatenates the OCR texts into a single result, with the separator specified. |
![]() | Divided | Each selected OCR text is sent as a separate result. |
![]() | JniPeerMembers | To be added. |
![]() | ThresholdClass | To be added. |
![]() | ThresholdType | To be added. |
Name | Description | |
---|---|---|
![]() | ValueOf | Returns the enum constant of this class with the specified name. |
![]() | Values | Returns an array containing the constants of this enum class, in
the order they are declared. |
SnapOcrResultsCombination
is an enumeration defining the way in which
the OCR results are combined.
The type is one of:
CONCATENATED | Concatenates the OCR texts into a single result, with the separator specified. |
DIVIDED | Each selected OCR text is sent as a separate result. |