DetectFromImageParams class

Annotations

Constructors

DetectFromImageParams(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.
read / write
additionalParameters BarcodeAdditionalParameters
Additional parameters for tweaking the detection of barcodes.
read / write
barcodeFormats List<BarcodeFormat>
Barcode formats which need to be recognized.
read / write
hashCode int
The hash code for this object.
read-onlyinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
uri Uri?
file or content uri
read / write

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