FaceEventData interface
Object holding the data associated with a Face being detected.
Signature:
export interface FaceEventData
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
Id | readonly | string | Identifier of the face, unique within a session |
FaceEventData.Id property
Identifier of the face, unique within a session
Signature:
readonly Id: string;
Updated almost 2 years ago