Class ImageClassificationResult
Definition
- Namespace:
- Tizen.Multimedia.Vision
- Assembly:
- Tizen.Multimedia.Vision.dll
- API Level:
- 6
Provides the ability to get the result of face detection using InferenceModelConfiguration and ImageClassifier.
public class ImageClassificationResult
- Inheritance
-
ImageClassificationResult
Properties
View SourceConfidence
Gets the confidence of detected object.
Declaration
public float Confidence { get; }
Property Value
Type | Description |
---|---|
Single |
API Level: 6
View SourceIndice
Gets the indice of detected object.
Declaration
public int Indice { get; }
Property Value
Type | Description |
---|---|
Int32 |
API Level: 6
View SourceName
Gets the name of detected object.
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
String |