Adaptive Recognition Mode
Defined in namespace Scandit.DataCapture.Label
- AdaptiveRecognitionMode
Added in version 8.1.0
Enum specifying the adaptive recognition mode for label definitions. Adaptive recognition uses cloud-based processing as a backup for on-device processing.
- Off
Added in version 8.1.0
Disables adaptive recognition. Only on-device processing is used. This is the default mode.
- Auto
Added in version 8.1.0
Automatic strategy selection. The system will determine the best mix of on-device and cloud processing based on the current conditions.
- On
Added in version 8.4.0
The system prioritizes on-device processing, but cloud-based processing will be used when possible — even in some circumstances where
Automode would skip it.