Share via


IdentificationResultOutput interface

Identify result.

Properties

candidates

Identified person candidates for that face (ranked by confidence). Array size should be no larger than input maxNumOfCandidatesReturned. If no person is identified, will return an empty array.

faceId

faceId of the query face.

Property Details

candidates

Identified person candidates for that face (ranked by confidence). Array size should be no larger than input maxNumOfCandidatesReturned. If no person is identified, will return an empty array.

candidates: IdentificationCandidateOutput[]

Property Value

faceId

faceId of the query face.

faceId: string

Property Value

string