Class FaceDetectionResult

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 DetectAsync(MediaVisionSource, InferenceModelConfiguration).

C#
Copy
public class FaceDetectionResult
Inheritance
System.Object
FaceDetectionResult

Properties

View Source

Confidence

Gets the confidence of detected face.

Declaration
C#
Copy
public float Confidence { get; }
Property Value
Type Description
System.Single
API Level: 6
View Source

Location

Gets the location of detected face.

Declaration
C#
Copy
public Rectangle Location { get; }
Property Value
Type Description
Rectangle
API Level: 6