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).

    [Obsolete("Deprecated since API12. Will be removed in API15.")]
    public class FaceDetectionResult
    Inheritance
    object
    FaceDetectionResult

    Properties

    View Source

    Confidence

    Gets the confidence of detected face.

    Declaration
    [Obsolete("Deprecated since API12. Will be removed in API15.")]
    public float Confidence { get; }
    Property Value
    Type Description
    float
    View Source

    Location

    Gets the location of detected face.

    Declaration
    [Obsolete("Deprecated since API12. Will be removed in API15.")]
    public Rectangle Location { get; }
    Property Value
    Type Description
    Rectangle
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX