Package version:

Interface LargePersonGroupPersonFaceOutput

Face resource for large person group person.

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