Label Result Update Type

Defined in framework ScanditLabelCapture

enum LabelResultUpdateType

Added in version 8.2.0

An enumeration representing the type of label result update in the validation flow.

This type distinguishes between different stages of label field updates:

  • Synchronous updates from immediate processing

  • Asynchronous updates when processing starts

  • Asynchronous updates when processing completes

sync

Added in version 8.2.0

Indicates a synchronous update from immediate processing.

asyncStarted

Added in version 8.2.0

Indicates that asynchronous processing has started for a frame. The corresponding LabelCaptureValidationFlowDelegate.labelCaptureValidationFlowOverlay() callback will include frame data and a unique asyncId to correlate with the asyncFinished event.

asyncFinished

Added in version 8.2.0

Indicates that asynchronous processing has completed and results are available. The corresponding LabelCaptureValidationFlowDelegate.labelCaptureValidationFlowOverlay() callback will include the same asyncId as the asyncStarted event but with frameData as null.