Class FaceDetectionData

Definition

Namespace:
Tizen.Multimedia
Assembly:
Tizen.Multimedia.Camera.dll
API Level:
3

The class contains the details of the detected face.

C#
Copy
public class FaceDetectionData
Inheritance
System.Object
FaceDetectionData

Properties

View Source

Height

The height of the face.

Declaration
C#
Copy
public int Height { get; }
Property Value
Type Description
Int32
API Level: 3
View Source

Id

The ID of each face.

Declaration
C#
Copy
public int Id { get; }
Property Value
Type Description
Int32
API Level: 3
View Source

Score

The confidence level for the detection of the face.

Declaration
C#
Copy
public int Score { get; }
Property Value
Type Description
Int32
API Level: 3
View Source

Width

The width of the face.

Declaration
C#
Copy
public int Width { get; }
Property Value
Type Description
Int32
API Level: 3
View Source

X

The X co-ordinate of the face.

Declaration
C#
Copy
public int X { get; }
Property Value
Type Description
Int32
API Level: 3
View Source

Y

The Y co-ordinate of the face.

Declaration
C#
Copy
public int Y { get; }
Property Value
Type Description
Int32
API Level: 3