PersonGroupPersonGetFaceResponse type

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

type PersonGroupPersonGetFaceResponse = PersistedFace & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: PersistedFace
  }
}