Class FaceRecognitionResult

    Definition

    Namespace:
    Tizen.Multimedia.Vision
    Assembly:
    Tizen.Multimedia.Vision.dll

    Represents the result of FaceRecognizer operations.

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

    Properties

    View Source

    Area

    Gets the location of the recognized face.

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

    Confidence

    The confidence of the recognition model that face has been recognized correctly (value from 0.0 to 1.0). No faces were recognized if confidence was 0.0. When model has been learned on large amount of examples, threshold for this value can be high (0.85-0.95). If model was learned for small amount of examples, then threshold can be reduced (0.5-0.85).

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

    Label

    Gets the label of the recognized face.

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

    Success

    Gets the value indicating the recognition is successful.

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