FaceEventData interface

Object holding the data associated with a Face being detected.

Signature:

export interface FaceEventData 

Properties

PropertyModifiersTypeDescription
IdreadonlystringIdentifier of the face, unique within a session

FaceEventData.Id property

Identifier of the face, unique within a session

Signature:

readonly Id: string;