public static final class IRecognitionCoreAPI.TextLine
extends java.lang.Object
TextLine
represents a recognized text line.Modifier and Type | Field and Description |
---|---|
IRecognitionCoreAPI.CharInfo[] |
CharInfo
additional information about the characters (may be null)
|
android.graphics.Point[] |
Quadrangle
four vertices of the bounding quadrangle
|
android.graphics.Rect |
Rect
the bounding rectangle
|
java.lang.String |
Text
recognized text
|
public final java.lang.String Text
public final android.graphics.Rect Rect
public final android.graphics.Point[] Quadrangle
public final IRecognitionCoreAPI.CharInfo[] CharInfo