Class DeepLearningFaceRecognitionResult
Definition
- Namespace:
- Tizen.Multimedia.Vision
- Assembly:
- Tizen.Multimedia.Vision.dll
Represents the result of DeepLearningFaceRecognizer operations.
public class DeepLearningFaceRecognitionResult
- Inheritance
-
objectDeepLearningFaceRecognitionResult
Properties
View SourceLabel
Gets the label of the recognized face.
Declaration
public string Label { get; }
Property Value
Type | Description |
---|---|
string |
Methods
View SourceToString()
Returns a string that represents the current object.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string | A string that represents the current object. |
Overrides
object.ToString()