DetectedTextInfo class

This class will collect the recognised text and it's position in the text blocks

Constructors

DetectedTextInfo({required String text, required Offset position})

Properties

hashCode int
The hash code for this object.
no setterinherited
position Offset
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
text String
Detected Text will store into text variable and x,y position will be in position as offset with x,y ex. detect text is 'Hello' and its position is x = 1.0 ,y = 2.0 then this class with values will looks like DetectedTextInfo(text : 'Hello', position : Offset(1.0,2.0)
final

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