Click or drag to resize

SnapOcrScanningPolicy Class

The is an enumeration defining the scanning policy used when the Snap OCR is enabled. The type is one of:
Inheritance Hierarchy
System.Object
Com.Datalogic.Decode.Configuration.SnapOcrScanningPolicy

Namespace: Com.Datalogic.Decode.Configuration
Assembly: datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class SnapOcrScanningPolicy : Enum

The SnapOcrScanningPolicy type exposes the following members.

Properties
NameDescription
Public propertyJniPeerMembers
To be added.
Public propertyOcrAndBarcode
To be added.
Public propertyOcrOnly
To be added.
Public propertyOcrTrigger
To be added.
Public propertyThresholdClass
To be added.
Public propertyThresholdType
To be added.
Top
Methods
NameDescription
Public methodValueOf
Returns the enum constant of this class with the specified name.
Public methodValues
Returns an array containing the constants of this enum class, in the order they are declared.
Top
Remarks
The 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.

[Android Documentation]

See Also