Android.Hardware.Camera2.Params.Face.Score Property
The confidence level for the detection of the face.

Syntax

[get: Android.Runtime.Register("getScore", "()I", "GetGetScoreHandler")]
public int Score { get; }

See Also

Face.ScoreMax
Face.ScoreMin

Value

Documentation for this section has not yet been entered.

Remarks

The confidence level for the detection of the face.

The range is Face.ScoreMin to Face.ScoreMax. Face.ScoreMax is the highest confidence.

Depending on the device, even very low-confidence faces may be listed, so applications should filter out faces with low confidence, depending on the use case. For a typical point-and-shoot camera application that wishes to display rectangles around detected faces, filtering out faces with confidence less than half of Face.ScoreMax is recommended.

[Android Documentation]

Requirements

Namespace: Android.Hardware.Camera2.Params
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0