SnapOcrResultSettings.RoiPrefixVisible Property
Click or drag to resize

SnapOcrResultSettingsRoiPrefixVisible Property

roiPrefixVisible allows to show the ROI number as prefix inside the OCR results, when enabled.

Namespace: Com.Datalogic.Decode.Configuration
Assembly: datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
VB
public Com.Datalogic.Device.Configuration.BooleanProperty RoiPrefixVisible { get; set; }

Property Value

Property Value

Type: Com.Datalogic.Device.Configuration.BooleanProperty
No description available.

Remarks
roiPrefixVisible allows to show the ROI number as prefix inside the OCR results, when enabled. The prefix is set in the format ROI_NUMBER:OCR_TEXT, where ROI_NUMBER indicates the index of the ROI inside the ROI settings (starting from 1) and OCR_TEXT is the original result.

[Android Documentation]

See Also