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#Copypublic class FaceDetectionResult
- Inheritance
-
System.ObjectFaceDetectionResult
Properties
Declaration
C#Copypublic float Confidence { get; }
Property Value
Type | Description |
---|---|
Single |
API Level: 6
Declaration
C#Copypublic Rectangle Location { get; }
Property Value
Type | Description |
---|---|
Rectangle |