Class FaceInfo

    Definition

    Namespace:
    Tizen.Content.MediaContent
    Assembly:
    Tizen.Content.MediaContent.dll

    Represents the face information for the media.

    [Obsolete("Deprecated since API11. Will be removed in API13.")]
    public class FaceInfo
    Inheritance
    object
    FaceInfo

    Properties

    View Source

    Id

    Gets the ID of face information.

    Declaration
    [Obsolete("Deprecated since API11. Will be removed in API13.")]
    public string Id { get; }
    Property Value
    Type Description
    string

    The unique ID of face information.

    View Source

    MediaInfoId

    Gets the media ID that the face information is added.

    Declaration
    [Obsolete("Deprecated since API11. Will be removed in API13.")]
    public string MediaInfoId { get; }
    Property Value
    Type Description
    string

    The media ID that the face information is added.

    View Source

    Orientation

    Gets the orientation of face information.

    Declaration
    [Obsolete("Deprecated since API11. Will be removed in API13.")]
    public Orientation Orientation { get; }
    Property Value
    Type Description
    Orientation

    The orientation of face information.

    View Source

    Rect

    Gets the region.

    Declaration
    [Obsolete("Deprecated since API11. Will be removed in API13.")]
    public Rectangle Rect { get; }
    Property Value
    Type Description
    Rectangle

    The region of face in the media.

    Remarks

    The coordinates of the rectangle are orientation-applied values.

    View Source

    Tag

    Gets the tag.

    Declaration
    [Obsolete("Deprecated since API11. Will be removed in API13.")]
    public string Tag { get; }
    Property Value
    Type Description
    string

    The tag of face information.

    Methods

    View Source

    ToString()

    Returns a string representation of the face information.

    Declaration
    [Obsolete("Deprecated since API11. Will be removed in API13.")]
    public override string ToString()
    Returns
    Type Description
    string

    A string representation of the current face info.

    Overrides
    object.ToString()
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX