Package io.scanbot.sdk.textpattern
Class SymbolBox
-
- All Implemented Interfaces:
-
android.os.Parcelable
public final class SymbolBox implements Parcelable
Structure containing recognized symbol text and bounds.
-
-
Field Summary
Fields Modifier and Type Field Description private final String
symbol
private final Rect
boundingRect
private final Double
recognitionConfidence
-
Method Summary
Modifier and Type Method Description final String
getSymbol()
Recognized symbol text. final Rect
getBoundingRect()
Bounding rectangle of the recognized symbol. final Double
getRecognitionConfidence()
Confidence of the recognition. final JSONObject
toJson(ToJsonConfiguration config)
final SymbolBox
clone()
-
-
Method Detail
-
getBoundingRect
final Rect getBoundingRect()
Bounding rectangle of the recognized symbol.
-
getRecognitionConfidence
final Double getRecognitionConfidence()
Confidence of the recognition.
-
toJson
final JSONObject toJson(ToJsonConfiguration config)
-
-
-
-