Class FaceInfo

Definition

Namespace:
Tizen.Content.MediaContent
Assembly:
Tizen.Content.MediaContent.dll
API Level:
4

Represents the face information for the media.

C#
Copy
public class FaceInfo
Inheritance
FaceInfo

Properties

View Source

Id

Gets the ID of face information.

Declaration
C#
Copy
public string Id { get; }
Property Value
Type Description
System.String

The unique ID of face information.

API Level: 4
View Source

MediaInfoId

Gets the media ID that the face information is added.

Declaration
C#
Copy
public string MediaInfoId { get; }
Property Value
Type Description
System.String

The media ID that the face information is added.

API Level: 4
View Source

Orientation

Gets the orientation of face information.

Declaration
C#
Copy
public Orientation Orientation { get; }
Property Value
Type Description
Orientation

The orientation of face information.

API Level: 4
View Source

Rect

Gets the region.

Declaration
C#
Copy
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.

API Level: 4
View Source

Tag

Gets the tag.

Declaration
C#
Copy
public string Tag { get; }
Property Value
Type Description
System.String

The tag of face information.

API Level: 4

Methods

View Source

ToString()

Returns a string representation of the face information.

Declaration
C#
Copy
public override string ToString()
Returns
Type Description
System.String

A string representation of the current face info.

Overrides
System.Object.ToString()
API Level: 4