public class NativeTextWordBox
Represents one character in detected text
public NativeTextWordBox(@NotNull
java.lang.String text,
double confidenceValue,
@NotNull
android.graphics.Rect rect)
Represents one character in detected text
text - detected textconfidenceValue - confidence of symbol recognitionrect - rect with a character INSIDE the finder rect@NotNull public java.lang.String getText()
detected text
public double getConfidenceValue()
confidence of symbol recognition
@NotNull public android.graphics.Rect getRect()
rect with a character INSIDE the finder rect
@NotNull public java.lang.String component1()
detected text
public double component2()
confidence of symbol recognition
@NotNull public android.graphics.Rect component3()
rect with a character INSIDE the finder rect
@NotNull public NativeTextWordBox copy(@NotNull java.lang.String text, double confidenceValue, @NotNull android.graphics.Rect rect)
Represents one character in detected text
text - detected textconfidenceValue - confidence of symbol recognitionrect - rect with a character INSIDE the finder rect@NotNull public java.lang.String toString()
public int hashCode()
public boolean equals(@Nullable
java.lang.Object p)