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