Label Result Update Type
Defined under the namespace 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.
- AsyncFinished
Added in version 8.4.0
Indicates that asynchronous processing has completed and results are available.