DetectFromImageParams class

Annotations
  • @JsonSerializable(includeIfNull: false, explicitToJson: true)

Constructors

DetectFromImageParams.new(Uri? uri, List<BarcodeFormat> barcodeFormats, List<BarcodeDocumentFormat> acceptedDocumentFormats, BarcodeAdditionalParameters additionalParameters)
DetectFromImageParams.fromJson(Map<String, dynamic> json)
factory

Properties

acceptedDocumentFormats List<BarcodeDocumentFormat>
Accepted Document formats which need to be recognized.
getter/setter pair
additionalParameters BarcodeAdditionalParameters
Additional parameters for tweaking the detection of barcodes.
getter/setter pair
barcodeFormats List<BarcodeFormat>
Barcode formats which need to be recognized.
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