Class PersonRecognitionInfo

    Definition

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

    Represents a result of PersonRecognizer instances.

    public class PersonRecognitionInfo
    Inheritance
    object
    PersonRecognitionInfo

    Constructors

    View Source

    PersonRecognitionInfo(Rectangle, int, double)

    Initializes a new instance of the PersonRecognitionInfo class.

    Declaration
    public PersonRecognitionInfo(Rectangle area, int label, double confidence)
    Parameters
    Type Name Description
    Rectangle area
    int label
    double confidence

    Properties

    View Source

    Area

    Gets the rectangular location where person face was recognized.

    Declaration
    public Rectangle Area { get; }
    Property Value
    Type Description
    Rectangle
    View Source

    Confidence

    Gets the confidence value that correspond to the recognized person.

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

    Label

    Gets the label that correspond to the recognized person.

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