Click or drag to resize

SnapOcrResultSettings Class

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

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

The SnapOcrResultSettings type exposes the following members.

Constructors
NameDescription
Public methodSnapOcrResultSettings
Initializes a new instance of the SnapOcrResultSettings class
Public methodSnapOcrResultSettings
Initializes a new instance of the SnapOcrResultSettings class
Top
Properties
NameDescription
Public propertyJniPeerMembers
To be added.
Public propertyRegexFilter
regexFilter is a regular expression used to filter any OCR text, excluding the values that don't match the filter.
Public propertyResultsCombination
resultsCombination specifies how to send the OCR results, if they are concatenated in the same barcode result or divided in different results.
Public propertyResultSeparator
resultSeparator is a String providing the separator between results, only used in concatenated mode.
Public propertyRoiPrefixVisible
roiPrefixVisible allows to show the ROI number as prefix inside the OCR results, when enabled.
Public propertyThresholdClass
To be added.
Public propertyThresholdType
To be added.
Top
Remarks
SnapOcrResultSettings is the class that configures the Snap OCR settings related to the OCR results.

[Android Documentation]

See Also