AutoCaptureConfiguration

data class AutoCaptureConfiguration(val minValidSamplesInRowToStartCandidateSelection: Int, val candidateSelectionDurationMillis: Int)

Configuration for auto capture components.

Constructors

Link copied to clipboard
constructor(minValidSamplesInRowToStartCandidateSelection: Int, candidateSelectionDurationMillis: Int)

Properties

Link copied to clipboard

Duration of candidate selection in milliseconds. Value must be greater than or equal to 0.

Minimum number of valid samples in a row to start candidate selection. Value must be greater than or equal to 1.