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


LargePersonGroupPersonGetFaceResponse type

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

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