Package io.scanbot.sdk.generictext
Class GenericTextWordBox
-
- All Implemented Interfaces:
-
android.os.Parcelable
public final class GenericTextWordBox implements Parcelable
Represents one word in detected text
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringwordprivate final DoubleconfidenceValueprivate final RectboundingRect
-
Constructor Summary
Constructors Constructor Description GenericTextWordBox(String word, Double confidenceValue, Rect boundingRect)
-
Method Summary
Modifier and Type Method Description final StringgetWord()final DoublegetConfidenceValue()final RectgetBoundingRect()-
-
Method Detail
-
getConfidenceValue
final Double getConfidenceValue()
-
getBoundingRect
final Rect getBoundingRect()
-
-
-
-