-
public final class ObjectDetectionCandidate extends ClassificationCandidate
Represents the result of the object detection process.
-
-
Field Summary
Fields Modifier and Type Field Description private final RectFboundingBoxprivate StringpassioIDprivate final Floatconfidence
-
Constructor Summary
Constructors Constructor Description ObjectDetectionCandidate(String passioID, Float confidence, RectF boundingBox)
-
Method Summary
Modifier and Type Method Description final RectFgetBoundingBox()final StringgetPassioID()final UnitsetPassioID(String passioID)final FloatgetConfidence()StringtoString()-
-
Method Detail
-
getBoundingBox
final RectF getBoundingBox()
-
getPassioID
final String getPassioID()
-
setPassioID
final Unit setPassioID(String passioID)
-
getConfidence
final Float getConfidence()
-
-
-
-