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.
C#Copypublic class ImageClassificationResult
- Inheritance
-
System.ObjectImageClassificationResult
Properties
Declaration
C#Copypublic float Confidence { get; }
Property Value
Type | Description |
---|---|
Single |
API Level: 6
Declaration
C#Copypublic int Indice { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
API Level: 6
Declaration
C#Copypublic string Name { get; }
Property Value
Type | Description |
---|---|
System.String |