to top
Datalogic APIs
public class

SnapOcrUiCustomization

extends PropertyGroup
java.lang.Object
   ↳ com.datalogic.device.configuration.PropertyGroup
     ↳ com.datalogic.decode.configuration.SnapOcrUiCustomization

Class Overview

SnapOcrUiCustomization is the class that configures the Snap OCR settings related to the UI customization.

Summary

Fields
public NumericProperty blockColor blockColor is used to setup the background color in the OCR result dialog.
public BooleanProperty referenceRoiVisible referenceRoiVisible is used to show or hide the reference ROI from the preview and from the OCR result dialog.
public NumericProperty textColor textColor is used to setup the text color in the OCR result dialog.
Public Constructors
SnapOcrUiCustomization(PropertyGetter editor)
This is the constructor of SnapOcrUiCustomization.
[Expand]
Inherited Methods
From class com.datalogic.device.configuration.PropertyGroup
From class java.lang.Object

Fields

public NumericProperty blockColor

Added in revision 41

blockColor is used to setup the background color in the OCR result dialog.

public BooleanProperty referenceRoiVisible

Added in revision 41

referenceRoiVisible is used to show or hide the reference ROI from the preview and from the OCR result dialog.

public NumericProperty textColor

Added in revision 41

textColor is used to setup the text color in the OCR result dialog.

Public Constructors

public SnapOcrUiCustomization (PropertyGetter editor)

Added in revision 41

This is the constructor of SnapOcrUiCustomization.