DetectFromImageParams class
- Annotations
-
- @JsonSerializable(includeIfNull: false, explicitToJson: true)
Constructors
-
DetectFromImageParams.new(Uri uri, List<
BarcodeFormat> barcodeFormats, bool enableHighSensitivityMode) -
DetectFromImageParams.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
barcodeFormats
↔ List<
BarcodeFormat> -
Format of barcode which need to recognize
getter/setter pair
- enableHighSensitivityMode ↔ bool
-
Enable more sensitive barcode detection.
If set to true - will detect more barcodes.
As a downside, might return false positives barcodes.
Default is FALSE.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- uri ↔ Uri
-
file or content uri
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited