Поделиться через


FaceIdentifyResponse type

Содержит данные ответа для операции идентификации.

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