FaceIdentifyResponse type
Contiene i dati di risposta per l'operazione di identificazione.
type FaceIdentifyResponse = IdentifyResult[] & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: IdentifyResult[]
}
}