Label Result Update Type

Defined in library scandit_datacapture_label_ui

LabelResultUpdateType

Added in version 8.4.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.4.0

Indicates a synchronous update from immediate processing.

asyncStarted

Added in version 8.4.0

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

asyncFinished

Added in version 8.4.0

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