Package version:

Interface LargePersonGroupPersonOutput

The person in a specified large person group. To add face to this person, please call "Add Large Person Group Person Face".

interface LargePersonGroupPersonOutput {
    name: string;
    persistedFaceIds?: {};
    personId: string;
    userData?: string;
}

Properties

name: string

User defined name, maximum length is 128.

persistedFaceIds?: {}

Face ids of registered faces in the person.

Type declaration

    personId: string

    ID of the person.

    userData?: string

    Optional user defined data. Length should not exceed 16K.