-
public final class PackagedFoodCandidateRepresents the result of the packaged food detection process.
-
-
Field Summary
Fields Modifier and Type Field Description private final StringpackagedFoodCodeprivate final Floatconfidence
-
Constructor Summary
Constructors Constructor Description PackagedFoodCandidate(String packagedFoodCode, Float confidence)
-
Method Summary
Modifier and Type Method Description final StringgetPackagedFoodCode()final FloatgetConfidence()-
-
Method Detail
-
getPackagedFoodCode
final String getPackagedFoodCode()
-
getConfidence
final Float getConfidence()
-
-
-
-