public static final class TextCapture.TextLine
extends java.lang.Object
TextLine represents a recognized text line.| Modifier and Type | Field and Description |
|---|---|
TextCapture.CharInfo[] |
CharInfo
additional information about the characters (may be null)
|
boolean |
IsRTL
is the line right-to-left
|
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 TextCapture.CharInfo[] CharInfo
public final boolean IsRTL