AccumulatedResultsVerifierConfiguration

data class AccumulatedResultsVerifierConfiguration(var maximumNumberOfAccumulatedFrames: Int = 3, var minimumNumberOfRequiredFramesWithEqualScanningResult: Int = 2) : Parcelable

Configure the frame accumulation process.

Constructors

Link copied to clipboard
constructor(source: Map<String, Any?>)
constructor(json: JSONObject)
constructor(maximumNumberOfAccumulatedFrames: Int = 3, minimumNumberOfRequiredFramesWithEqualScanningResult: Int = 2)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Maximum number of accumulated frames to inspect to verify a scan result.

Minimum number of accumulated frames that have an equal result in order for the result to be considered verified.

Functions

Link copied to clipboard
Link copied to clipboard
fun toJson(config: ToJsonConfiguration = ToJsonConfiguration.default()): JSONObject