Definition
- Namespace:
- Tizen.Multimedia.Vision
- Assembly:
- Tizen.Multimedia.Vision.dll
- API Level:
- 4
public class FaceRecognitionResult
- Inheritance
-
System.Object
FaceRecognitionResult
Properties
Declaration
public Rectangle? Area { get; }
Property Value
API Level: 4
View Source
The confidence of the recognition model that face has been recognized correctly (value from 0.0 to 1.0).
No faces were recognized if confidence was 0.0. When model has been learned on large amount of examples,
threshold for this value can be high (0.85-0.95). If model was learned for small amount of examples,
then threshold can be reduced (0.5-0.85).
Declaration
public double Confidence { get; }
Property Value
Type |
Description |
System.Double |
|
API Level: 4
Declaration
public int Label { get; }
Property Value
API Level: 4
View Source
Gets the value indicating the recognition is successful.
Declaration
public bool Success { get; }
Property Value
API Level: 4