AnalysisImageModel class

Constructors

AnalysisImageModel.fromMap(Map data)

Properties

barcodes List<Barcode>?
Barcode in image
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
height double?
The coordinate points of corners and the boundary line of boundingbox are based on width and height If you need to display the bar code rectangle and coordinate points, you must calculate it yourself and determine whether it is a full screen preview The height of the image from which the barcode is currently parsed The position of the barcode is converted to the screen by high
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
width double?
The width of the image from which the barcode is currently parsed The position of the barcode is converted to the screen by width
getter/setter pair

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