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 String
word
private final Double
confidenceValue
private final Rect
boundingRect
-
Constructor Summary
Constructors Constructor Description GenericTextWordBox(String word, Double confidenceValue, Rect boundingRect)
-
Method Summary
Modifier and Type Method Description final String
getWord()
final Double
getConfidenceValue()
final Rect
getBoundingRect()
-
-
Method Detail
-
getConfidenceValue
final Double getConfidenceValue()
-
getBoundingRect
final Rect getBoundingRect()
-
-
-
-