SnapOcr.RoiSettings Property
Click or drag to resize

SnapOcrRoiSettings Property

roiSettings specifies the settings used to define ROIs on the image, inside of which the OCR text is decoded.

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.BlobProperty RoiSettings { get; set; }

Property Value

Property Value

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

Remarks
roiSettings specifies the settings used to define ROIs on the image, inside of which the OCR text is decoded. These settings are used only when the first selection mode is set to ROI_PROPOSE or ROI_SEND. This property can only contain an object of class SnapOcrRoiSettings.

[Android Documentation]

See Also