public class GenericTextWordBox
Represents one word in detected text
public GenericTextWordBox(@NotNull
java.lang.String word,
double confidenceValue,
@NotNull
android.graphics.Rect boundingRect)
Represents one word in detected text
word - detected wordconfidenceValue - confidence of symbol recognitionboundingRect - rect with a character in coordinates of the picture@NotNull public java.lang.String getWord()
detected word
public double getConfidenceValue()
confidence of symbol recognition
@NotNull public android.graphics.Rect getBoundingRect()
rect with a character in coordinates of the picture
@NotNull public java.lang.String component1()
detected word
public double component2()
confidence of symbol recognition
@NotNull public android.graphics.Rect component3()
rect with a character in coordinates of the picture
@NotNull public GenericTextWordBox copy(@NotNull java.lang.String word, double confidenceValue, @NotNull android.graphics.Rect boundingRect)
Represents one word in detected text
word - detected wordconfidenceValue - confidence of symbol recognitionboundingRect - rect with a character in coordinates of the picture@NotNull public java.lang.String toString()
public int hashCode()
public boolean equals(@Nullable
java.lang.Object p)