public class SimulScanConfig extends Object
Example Usage: SimulScanMultiTemplate template1 = new SimulScanMultiTemplate(fileUri);//fileUri points to the template SimulScanReader reader = simulscanManager.getDevice(template1.deviceIdentifier); reader.enable(); SimulScanConfig config = reader.getConfig(); // Reader object must be enabled before calling getConfig config.audioFeedback = false; reader.setConfig(config); // Reader object must be enabled and not scanning when calling setConfig
Modifier and Type | Field and Description |
---|---|
Boolean |
audioFeedback
Turn on/off audio feedback.
|
Boolean |
autoCapture
If true, form will be captured automatically when detected.
|
Boolean |
debugMode
If enabled, allows a session to write form capture, region images, region values, and other data to storage.
|
Boolean |
hapticFeedback
Turn on/off haptic feedback.
|
int |
identificationTimeout
Amount of time in milliseconds to wait before timing out identification.
|
Boolean |
ledFeedback
Turn on/off LED feedback.
|
SimulScanMultiTemplate |
multiTemplate
The SimulScanMultiTemplate to scan
|
int |
processingTimeout
Amount of time in milliseconds to wait before timing out processing.
|
Boolean |
userConfirmationOnScan
If userConfirmationOnScan is true, shows UI for user to confirm the scanned data
before sending results to application.
|
Modifier | Constructor and Description |
---|---|
protected |
SimulScanConfig(SvcSimulScanConfig svcConfig) |
public SimulScanMultiTemplate multiTemplate
public Boolean autoCapture
public Boolean debugMode
public Boolean audioFeedback
public Boolean hapticFeedback
public Boolean ledFeedback
public Boolean userConfirmationOnScan
public int identificationTimeout
public int processingTimeout