Class FaceDetectionData
Definition
- Namespace:
- Tizen.Multimedia
- Assembly:
- Tizen.Multimedia.Camera.dll
The class contains the details of the detected face.
C#Copypublic class FaceDetectionData
- Inheritance
-
objectFaceDetectionData
Properties
Declaration
C#Copypublic int Height { get; }
Property Value
Type | Description |
---|---|
int |
Declaration
C#Copypublic int Id { get; }
Property Value
Type | Description |
---|---|
int |
Declaration
C#Copypublic int Score { get; }
Property Value
Type | Description |
---|---|
int |
Declaration
C#Copypublic int Width { get; }
Property Value
Type | Description |
---|---|
int |
Declaration
C#Copypublic int X { get; }
Property Value
Type | Description |
---|---|
int |
Declaration
C#Copypublic int Y { get; }
Property Value
Type | Description |
---|---|
int |