SnapOcrScanningPolicy Class |
The SnapOcrScanningPolicy type exposes the following members.
Name | Description | |
---|---|---|
![]() | JniPeerMembers | To be added. |
![]() | OcrAndBarcode | To be added. |
![]() | OcrOnly | To be added. |
![]() | OcrTrigger | 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. |
SnapOcrScanningPolicy
is an enumeration defining the scanning
policy used when the Snap OCR is enabled.
The type is one of:
OCR_AND_BARCODE | Scans both OCR and barcodes found in the frames. |
OCR_ONLY | Only scans for OCR. |
OCR_TRIGGER | Only scans for barcodes when using the BARCODE keycode. Only scans for OCR when using the OCR_DECODE keycode. |