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.
public static class FaceInfoColumns
- Inheritance
-
objectFaceInfoColumns
Properties
View SourceId
Gets the column name for the ID of face information.
Declaration
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
View SourceTag
Gets the column name for the tag of face information.
Declaration
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.