AnalysisTextModel class

Constructors

AnalysisTextModel.fromMap(Map data)

Properties

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
text String?
Retrieves all the recognized text in the image.
getter/setter pair
textBlocks List<TextBlock>?
Gets an unmodifiable list of Text.TextBlock, which is a block of text and can be further decomposed to a list of Text.Line.
getter/setter pair
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