AccumulatedResultsVerifierConfiguration class
Configure the frame accumulation process.
Constructors
- AccumulatedResultsVerifierConfiguration({int maximumNumberOfAccumulatedFrames = 3, int minimumNumberOfRequiredFramesWithEqualScanningResult = 2})
-
AccumulatedResultsVerifierConfiguration.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- maximumNumberOfAccumulatedFrames ↔ int
-
Maximum number of accumulated frames to inspect to verify a scan result.
getter/setter pair
- minimumNumberOfRequiredFramesWithEqualScanningResult ↔ int
-
Minimum number of accumulated frames that have an equal result in order for the result to be considered verified.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
{ToJsonConfiguration? config}) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited