Class FaceTrackingResult
Definition
- Namespace:
- Tizen.Multimedia.Vision
- Assembly:
- Tizen.Multimedia.Vision.dll
- API Level:
- 4
Represents the result of face tracking operation.
C#Copypublic class FaceTrackingResult
- Inheritance
-
System.ObjectFaceTrackingResult
Properties
View Source
Confidence
The confidence of the tracking model that a new location of the face was determined correctly (value from 0.0 to 1.0). If no location was determined during the last track iteration, then the value is 0.0.
Declaration
C#Copypublic double Confidence { get; }
Property Value
Type | Description |
---|---|
System.Double |
API Level: 4
View Source
Region
Gets the region which determines the new position of the tracked face on the source.
Declaration
C#Copypublic Quadrangle Region { get; }
Property Value
Type | Description |
---|---|
Quadrangle |
API Level: 4
Declaration
C#Copypublic bool Success { get; }
Property Value
Type | Description |
---|---|
Boolean |