DetectionMode enum

Inheritance

Constructors

DetectionMode()
const

Values

pauseDetection → const DetectionMode

Pauses the detection of further barcodes when a barcode is detected. The camera feed continues.

pauseVideo → const DetectionMode

Pauses the camera feed on detection. This will inevitably stop the detection of barcodes.

continuous → const DetectionMode

Does nothing on detection. May need to throttle detections using continuous.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
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
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<DetectionMode>
A constant List of the values in this enum, in order of their declaration.