Note
The Adaptive Recognition API is still in beta and may change in future versions of Scandit Data Capture SDK.
Label Capture Adaptive Recognition Settings
Defined in package com.scandit.datacapture.label.ui.overlay.adaptiverecognition
- LabelCaptureAdaptiveRecognitionSettings
class LabelCaptureAdaptiveRecognitionSettingsAdded in version 7.6.0
Settings to customize the adaptive recognition receipt scanning UI. These settings are applied to LabelCaptureAdaptiveRecognitionOverlay using LabelCaptureAdaptiveRecognitionOverlay.applySettings().
- newInstance(resultType)
static @NonNull LabelCaptureAdaptiveRecognitionSettings newInstance(AdaptiveRecognitionResultType resultType)
Added in version 7.6.0
Creates a new instance with the specified result type.
- Param resultType
The type of document to search for.
- resultType
AdaptiveRecognitionResultType getResultType()
voidsetResultType(AdaptiveRecognitionResultType value)Added in version 7.6.0
Type of the document to search for.