public class NativeTextCharacterBox
Unused for now
Represents one character in detected text
public NativeTextCharacterBox(char p,
double confidenceValue,
@NotNull
android.graphics.Rect rect)
Unused for now
Represents one character in detected text
p - detected symbolconfidenceValue - confidence of symbol recognitionrect - rect with a character INSIDE the finder rectpublic char getChar()
detected symbol
public double getConfidenceValue()
confidence of symbol recognition
@NotNull public android.graphics.Rect getRect()
rect with a character INSIDE the finder rect
public char component1()
detected symbol
public double component2()
confidence of symbol recognition
@NotNull public android.graphics.Rect component3()
rect with a character INSIDE the finder rect
@NotNull public NativeTextCharacterBox copy(char p, double confidenceValue, @NotNull android.graphics.Rect rect)
Unused for now
Represents one character in detected text
confidenceValue - 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)