Class ImageClassificationResult
Definition
- Namespace:
- Tizen.Multimedia.Vision
- Assembly:
- Tizen.Multimedia.Vision.dll
Provides the ability to get the result of face detection using InferenceModelConfiguration and ImageClassifier.
C#Copypublic class ImageClassificationResult
- Inheritance
-
objectImageClassificationResult
Properties
Declaration
C#Copypublic float Confidence { get; }
Property Value
Type | Description |
---|---|
float |
Declaration
C#Copypublic int Indice { get; }
Property Value
Type | Description |
---|---|
int |
Declaration
C#Copypublic string Name { get; }
Property Value
Type | Description |
---|---|
string |