Package version:

Interface PersonGroupPersonFaceOutput

Face resource for person group person.

interface PersonGroupPersonFaceOutput {
    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.