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