Class DeepLearningFaceRecognitionResult

Definition

Namespace:
Tizen.Multimedia.Vision
Assembly:
Tizen.Multimedia.Vision.dll
API Level:
10

Represents the result of DeepLearningFaceRecognizer operations.

C#
Copy
public class DeepLearningFaceRecognitionResult : object
Inheritance
DeepLearningFaceRecognitionResult

Properties

View Source

Label

Gets the label of the recognized face.

Declaration
C#
Copy
public string Label { get; }
Property Value
Type Description
String
API Level: 10

Methods

View Source

ToString()

Returns a string that represents the current object.

Declaration
C#
Copy
public override string ToString()
Returns
Type Description
String

A string that represents the current object.

API Level: 10

Extension Methods