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


ImageModerationFindFacesUrlInputResponse type

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

type ImageModerationFindFacesUrlInputResponse = FoundFaces & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: FoundFaces
  }
}