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
    object
    FaceDetectionResult

    Properties

    View Source

    Confidence

    Gets the confidence of detected face.

    Declaration
    public float Confidence { get; }
    Property Value
    Type Description
    float
    View Source

    Location

    Gets the location of detected face.

    Declaration
    public Rectangle Location { get; }
    Property Value
    Type Description
    Rectangle
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX