-
public final class BarcodeCandidateData class that represents the results of the barcode detection process.
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringbarcodeprivate final RectFboundingBox
-
Constructor Summary
Constructors Constructor Description BarcodeCandidate(String barcode, RectF boundingBox)
-
Method Summary
Modifier and Type Method Description final StringgetBarcode()Barcode string used to fetch nutritional information using the PassioSDK. final RectFgetBoundingBox()The bounding box of the detected barcode, in absolute coordinates. -
-
Method Detail
-
getBarcode
final String getBarcode()
Barcode string used to fetch nutritional information using the PassioSDK.fetchPassioIDAttributesForBarcode method.
-
getBoundingBox
final RectF getBoundingBox()
The bounding box of the detected barcode, in absolute coordinates.
-
-
-
-