Class FaceInfo
Definition
- Namespace:
 - Tizen.Content.MediaContent
 
- Assembly:
 - Tizen.Content.MediaContent.dll
 
Represents the face information for the media.
C#Copypublic class FaceInfo
- Inheritance
 - 
      objectFaceInfo
 
Properties
Declaration
C#Copypublic string Id { get; }
Property Value
| Type | Description | 
|---|---|
| string | The unique ID of face information.  | 
      
Declaration
C#Copypublic string MediaInfoId { get; }
Property Value
| Type | Description | 
|---|---|
| string | The media ID that the face information is added.  | 
      
Declaration
C#Copypublic Orientation Orientation { get; }
Property Value
| Type | Description | 
|---|---|
| Orientation | The orientation of face information.  | 
      
Declaration
C#Copypublic 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.
Declaration
C#Copypublic string Tag { get; }
Property Value
| Type | Description | 
|---|---|
| string | The tag of face information.  | 
      
Methods
Declaration
C#Copypublic override string ToString()
Returns
| Type | Description | 
|---|---|
| string | A string representation of the current face info.  | 
      
Overrides
object.ToString()