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).
public class FaceDetectionResult
- Inheritance
-
objectFaceDetectionResult
Properties
View SourceConfidence
Gets the confidence of detected face.
Declaration
public float Confidence { get; }
Property Value
Type | Description |
---|---|
float |
Location
Gets the location of detected face.
Declaration
public Rectangle Location { get; }
Property Value
Type | Description |
---|---|
Rectangle |