你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IdentifyResult interface

Response body for identify face operation.

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: IdentifyCandidate[]

Property Value

faceId

FaceId of the query face

faceId: string

Property Value

string