Definition
- Namespace:
- Tizen.Multimedia.Vision
- Assembly:
- Tizen.Multimedia.Vision.dll
[Obsolete("Deprecated since API12. Will be removed in API15.")]
public class FaceRecognitionResult
- Inheritance
-
object
FaceRecognitionResult
Properties
Declaration
[Obsolete("Deprecated since API12. Will be removed in API15.")]
public Rectangle? Area { get; }
Property Value
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
[Obsolete("Deprecated since API12. Will be removed in API15.")]
public double Confidence { get; }
Property Value
Declaration
[Obsolete("Deprecated since API12. Will be removed in API15.")]
public int Label { get; }
Property Value
View Source
Gets the value indicating the recognition is successful.
Declaration
[Obsolete("Deprecated since API12. Will be removed in API15.")]
public bool Success { get; }
Property Value