Class FaceInfoColumns

    Definition

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

    Provides the face info column names that can be used for Select and Count commands.

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

    Properties

    View Source

    Id

    Gets the column name for the ID of face information.

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

    The column name for the ID of face information.

    Remarks

    The value type is string.

    See Also
    Id
    View Source

    Tag

    Gets the column name for the tag of face information.

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

    The column name for the tag of face information.

    Remarks

    The value type is string.

    See Also
    Tag

    See Also

    SelectArguments
    CountArguments
    FilterExpression
    SortOrder
    Select(SelectArguments)
    CountFaceInfo(string, CountArguments)
    SelectFaceInfo(string, SelectArguments)
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX