FaceIdentifyResponse type

Contains response data for the identify operation.

type FaceIdentifyResponse = IdentifyResult[] & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: IdentifyResult[]
  }
}