Share via


LargePersonGroupOutput interface

The container of the uploaded person data, including face recognition feature, and up to 1,000,000 people.

Properties

largePersonGroupId

ID of the container.

name

User defined name, maximum length is 128.

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

largePersonGroupId

ID of the container.

largePersonGroupId: string

Property Value

string

name

User defined name, maximum length is 128.

name: 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