Barcode Selection Strategy
Defined under the namespace Scandit.Datacapture.Barcode.Selection
- BarcodeSelectionStrategy
interface BarcodeSelectionStrategy
Added in version 6.10.0
The interface for all barcode selection strategies. These strategies are used to configure BarcodeSelectionAimerSelection.
- BarcodeSelectionAutoSelectionStrategy
class BarcodeSelectionAutoSelectionStrategy : BarcodeSelectionStrategy
Added in version 6.10.0
Barcodes are selected automatically when aiming at them as soon as the intention is understood by our internal algorithms.
- autoSelectionStrategy()
static get autoSelectionStrategy(): BarcodeSelectionAutoSelectionStrategy
Added in version 6.10.0
Creates a new BarcodeSelectionAutoSelectionStrategy instance.
- BarcodeSelectionManualSelectionStrategy
class BarcodeSelectionManualSelectionStrategy : BarcodeSelectionStrategy
Added in version 6.10.0
Barcodes are selected when aiming at them and tapping anywhere on the screen.
- manualSelectionStrategy()
static get manualSelectionStrategy(): BarcodeSelectionManualSelectionStrategy
Added in version 6.10.0
Creates a new BarcodeSelectionManualSelectionStrategy instance.