ClusterExpectationStatus

Defined in package com.scandit.datacapture.barcode.data

ClusterExpectationStatus

Added in version 8.5.0

An enumeration describing whether a Cluster matches the configured expectation. The value is set when an expectation (such as BarcodeCountSettings.expectedNumberOfBarcodesPerCluster) is configured.

NOT_EVALUATED

Added in version 8.5.0

No expectation is configured; the cluster has not been evaluated.

MATCHES

Added in version 8.5.0

The cluster matches the configured expectation.

DEVIATES

Added in version 8.5.0

The cluster does not match the configured expectation.