Class FaceDetectionData

    Definition

    Namespace:
    Tizen.Multimedia
    Assembly:
    Tizen.Multimedia.Camera.dll

    The class contains the details of the detected face.

    public class FaceDetectionData
    Inheritance
    object
    FaceDetectionData

    Properties

    View Source

    Height

    The height of the face.

    Declaration
    public int Height { get; }
    Property Value
    Type Description
    int
    View Source

    Id

    The ID of each face.

    Declaration
    public int Id { get; }
    Property Value
    Type Description
    int
    View Source

    Score

    The confidence level for the detection of the face.

    Declaration
    public int Score { get; }
    Property Value
    Type Description
    int
    View Source

    Width

    The width of the face.

    Declaration
    public int Width { get; }
    Property Value
    Type Description
    int
    View Source

    X

    The X co-ordinate of the face.

    Declaration
    public int X { get; }
    Property Value
    Type Description
    int
    View Source

    Y

    The Y co-ordinate of the face.

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