Click or drag to resize

SnapOcr Class

SnapOcr
Inheritance Hierarchy
System.Object
Com.Datalogic.Decode.Configuration.SnapOcr

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 SnapOcr : PropertyGroup

The SnapOcr type exposes the following members.

Constructors
NameDescription
Public methodSnapOcr
Initializes a new instance of the SnapOcr class
Public methodSnapOcr
Initializes a new instance of the SnapOcr class
Top
Properties
NameDescription
Public propertyEnable
enable activates the Snap OCR feature.
Public propertyFirstSelectionMode
firstSelectionMode specifies how the OCR text is selected.
Public propertyJniPeerMembers
To be added.
Public propertyResultsSettings
resultsSettings specifies the settings related to the OCR results.
Public propertyRoiSettings
roiSettings specifies the settings used to define ROIs on the image, inside of which the OCR text is decoded.
Public propertyScanningPolicy
scanningPolicy specifies the scanning policy.
Public propertyThresholdClass
To be added.
Public propertyThresholdType
To be added.
Public propertyUiCustomization
uiCustomization specifies the settings related to the UI.
Top
Remarks
SnapOcr is the class that configures the Snap OCR feature, used to capture and provide OCR text found in the scanner/camera frames.

[Android Documentation]

See Also