Click or drag to resize

SnapOcrFirstSelectionMode Class

The is an enumeration defining the first selection mode for the Snap OCR. The type is one of:
Inheritance Hierarchy
System.Object
Com.Datalogic.Decode.Configuration.SnapOcrFirstSelectionMode

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 SnapOcrFirstSelectionMode : Enum

The SnapOcrFirstSelectionMode type exposes the following members.

Properties
NameDescription
Public propertyAlwaysSelect
To be added.
Public propertyJniPeerMembers
To be added.
Public propertyPicklistPropose
To be added.
Public propertyPicklistSend
To be added.
Public propertyRoiPropose
To be added.
Public propertyRoiSend
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 SnapOcrFirstSelectionMode is an enumeration defining the first selection mode for the Snap OCR. The type is one of:
ALWAYS_SELECT Always asks the user to select the text.
ROI_PROPOSE Proposes all the text found in defined ROIs.
PICKLIST_PROPOSE Searches for the closest bounding box result near the center of the image. Result is proposed and require user confirmation.
ROI_SEND Automatically sends all the text found in defined ROIs.
PICKLIST_SEND Searches for the closest bounding box result near the center of the image. Result automatically is sent.

[Android Documentation]

See Also