FaceDetected Property

Sets if the face was detected or assumed based on prior knowledge.

Definition

Namespace: Dfx.Sdk
Assembly: Nuralogix.Dfx.Sdk (in Nuralogix.Dfx.Sdk.dll) Version: 4.12.0.0 (4.12.0.0)
C#
public bool Detected { set; }

Property Value

Boolean

Remarks

It is used to help DFX know how much it should trust this face data when making predictions.

See Also