Class FaceDetectionData
Definition
- Namespace:
- Tizen.Multimedia
- Assembly:
- Tizen.Multimedia.Camera.dll
The class contains the details of the detected face.
public class FaceDetectionData
- Inheritance
-
objectFaceDetectionData
Properties
View SourceHeight
The height of the face.
Declaration
public int Height { get; }
Property Value
Type | Description |
---|---|
int |
Id
The ID of each face.
Declaration
public int Id { get; }
Property Value
Type | Description |
---|---|
int |
Score
The confidence level for the detection of the face.
Declaration
public int Score { get; }
Property Value
Type | Description |
---|---|
int |
Width
The width of the face.
Declaration
public int Width { get; }
Property Value
Type | Description |
---|---|
int |
X
The X co-ordinate of the face.
Declaration
public int X { get; }
Property Value
Type | Description |
---|---|
int |
Y
The Y co-ordinate of the face.
Declaration
public int Y { get; }
Property Value
Type | Description |
---|---|
int |