Click or drag to resize

SnapOcrResultsCombination Class

The is an enumeration defining the way in which the OCR results are combined. The type is one of:
Inheritance Hierarchy
System.Object
Com.Datalogic.Decode.Configuration.SnapOcrResultsCombination

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

The SnapOcrResultsCombination type exposes the following members.

Properties
NameDescription
Public propertyConcatenated
Concatenates the OCR texts into a single result, with the separator specified.
Public propertyDivided
Each selected OCR text is sent as a separate result.
Public propertyJniPeerMembers
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 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.

[Android Documentation]

See Also