Share via


PersonGroupOutput interface

The container of the uploaded person data, including face recognition feature, and up to 10,000 persons. To handle larger scale face identification problem, please consider using Large Person Group.

Properties

name

User defined name, maximum length is 128.

personGroupId

ID of the container.

recognitionModel

Name of recognition model. Recognition model is used when the face features are extracted and associated with detected faceIds.

Possible values: "recognition_01", "recognition_02", "recognition_03", "recognition_04"

userData

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

Property Details

name

User defined name, maximum length is 128.

name: string

Property Value

string

personGroupId

ID of the container.

personGroupId: string

Property Value

string

recognitionModel

Name of recognition model. Recognition model is used when the face features are extracted and associated with detected faceIds.

Possible values: "recognition_01", "recognition_02", "recognition_03", "recognition_04"

recognitionModel?: string

Property Value

string

userData

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

userData?: string

Property Value

string