-
public final class ClassificationCandidateResult of the image classification process.
-
-
Field Summary
Fields Modifier and Type Field Description private final LabelMetadatalabelprivate final Floatconfidence
-
Constructor Summary
Constructors Constructor Description ClassificationCandidate(LabelMetadata label, Float confidence)
-
Method Summary
Modifier and Type Method Description final LabelMetadatagetLabel()final FloatgetConfidence()-
-
Constructor Detail
-
ClassificationCandidate
ClassificationCandidate(LabelMetadata label, Float confidence)
- Parameters:
label- all the information the SDK has on the detected candidate.confidence- ranging from 0 to 1f, describes how sure is the recognition system in this result.
-
-
Method Detail
-
getLabel
final LabelMetadata getLabel()
-
getConfidence
final Float getConfidence()
-
-
-
-