Label Result Update Type
Defined in namespace Scandit.DataCapture.Label.UI.Overlay.Validation
- 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 ILabelCaptureValidationFlowListener.OnValidationFlowResultUpdate() 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 ILabelCaptureValidationFlowListener.OnValidationFlowResultUpdate() callback will include the same asyncId as the AsyncStarted event but with frameData as null.