Adaptive Recognition Mode
Defined in framework ScanditLabelCapture
- enum AdaptiveRecognitionMode
Added in version 8.0.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.0.0
Disables adaptive recognition. Only on-device processing is used. This is the default mode.
- auto
Added in version 8.0.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.