Property IdentityMinConfidence
IdentityMinConfidence
Gets or sets a value specifying the confidence threshold used to assign an identity class. If no value is specified, the identity with highest confidence will be assigned to each pose.
[Range(0, 1)]
public float? IdentityMinConfidence { get; set; }