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#Copypublic class FaceDetectionResult
- Inheritance
-
objectFaceDetectionResult
Properties
Declaration
C#Copypublic float Confidence { get; }
Property Value
Type | Description |
---|---|
float |
Declaration
C#Copypublic Rectangle Location { get; }
Property Value
Type | Description |
---|---|
Rectangle |