Package version:

Interface PersonDirectoryFaceOutput

Face resource for person directory person.

interface PersonDirectoryFaceOutput {
    persistedFaceId: string;
    userData?: string;
}

Properties

persistedFaceId: string

Face ID of the face.

userData?: string

User-provided data attached to the face. The length limit is 1K.