Class FaceTrackingResult
Definition
- Namespace:
- Tizen.Multimedia.Vision
- Assembly:
- Tizen.Multimedia.Vision.dll
Represents the result of face tracking operation.
[Obsolete("Deprecated since API12. Will be removed in API15.")]
public class FaceTrackingResult
- Inheritance
-
objectFaceTrackingResult
Properties
View SourceConfidence
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
[Obsolete("Deprecated since API12. Will be removed in API15.")]
public double Confidence { get; }
Property Value
Type | Description |
---|---|
double |
Region
Gets the region which determines the new position of the tracked face on the source.
Declaration
[Obsolete("Deprecated since API12. Will be removed in API15.")]
public Quadrangle Region { get; }
Property Value
Type | Description |
---|---|
Quadrangle |
Success
Gets the value indicating the tracking is successful.
Declaration
[Obsolete("Deprecated since API12. Will be removed in API15.")]
public bool Success { get; }
Property Value
Type | Description |
---|---|
bool |