Class DeepLearningFaceRecognitionResult
Definition
- Namespace:
- Tizen.Multimedia.Vision
- Assembly:
- Tizen.Multimedia.Vision.dll
- API Level:
- 10
Represents the result of DeepLearningFaceRecognizer operations.
C#Copypublic class DeepLearningFaceRecognitionResult
- Inheritance
-
System.ObjectDeepLearningFaceRecognitionResult
Properties
Declaration
C#Copypublic string Label { get; }
Property Value
Type | Description |
---|---|
System.String |
API Level: 10
Methods
Declaration
C#Copypublic override string ToString()
Returns
Type | Description |
---|---|
System.String | A string that represents the current object. |
Overrides
System.Object.ToString()