Class FaceDetectionResult

Definition

Namespace:
Tizen.Multimedia.Vision
Assembly:
Tizen.Multimedia.Vision.dll

Provides the ability to get the result of face detection using InferenceModelConfiguration and DetectAsync(MediaVisionSource, InferenceModelConfiguration).

C#
Copy
public class FaceDetectionResult
Inheritance
object
FaceDetectionResult

Properties

View Source

Confidence

Gets the confidence of detected face.

Declaration
C#
Copy
public float Confidence { get; }
Property Value
Type Description
float
View Source

Location

Gets the location of detected face.

Declaration
C#
Copy
public Rectangle Location { get; }
Property Value
Type Description
Rectangle