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[Obsolete("Deprecated since API12. Will be removed in API15.")] public class FaceDetectionResult
- Inheritance
-
objectFaceDetectionResult
Properties
Declaration
C#Copy[Obsolete("Deprecated since API12. Will be removed in API15.")] public float Confidence { get; }
Property Value
| Type | Description |
|---|---|
| float |
Declaration
C#Copy[Obsolete("Deprecated since API12. Will be removed in API15.")] public Rectangle Location { get; }
Property Value
| Type | Description |
|---|---|
| Rectangle |