JsonSelectionOverlayConfiguration

data class JsonSelectionOverlayConfiguration(var overlayEnabled: Boolean?, var automaticSelectionEnabled: Boolean?, var textFormat: JsonBarcodeOverlayTextFormat?, var polygonColor: JsonColor?, var textColor: JsonColor?, var textContainerColor: JsonColor?, var highlightedPolygonColor: JsonColor?, var highlightedTextColor: JsonColor?, var highlightedTextContainerColor: JsonColor?) : Parcelable

Barcode Selection Overlay configuration

Constructors

Link copied to clipboard
constructor(overlayEnabled: Boolean?, automaticSelectionEnabled: Boolean?, textFormat: JsonBarcodeOverlayTextFormat?, polygonColor: JsonColor?, textColor: JsonColor?, textContainerColor: JsonColor?, highlightedPolygonColor: JsonColor?, highlightedTextColor: JsonColor?, highlightedTextContainerColor: JsonColor?)

Properties

Link copied to clipboard

Whether the barcode is selected automatically when being detected or not.

Link copied to clipboard

The color of the polygon in the selection overlay, when highlighted.

Link copied to clipboard

The color of the text in the selection overlay, when highlighted.

Link copied to clipboard

The color of the texts background in the selection overlay, when highlighted.

Link copied to clipboard

Whether the barcode selection overlay is enabled or not.

Link copied to clipboard

The color of the polygon in the selection overlay.

Link copied to clipboard

The color of the text in the selection overlay.

Link copied to clipboard

The color of the texts background in the selection overlay.

Link copied to clipboard

Define the way of how to show barcode data with selection overlay.

Functions

Link copied to clipboard

Converts JSON-compatible object to SDK object