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


ImageModerationOCRFileInputResponse type

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

type ImageModerationOCRFileInputResponse = OCR & {
  _response: msRest.HttpResponse & { bodyAsText: string; parsedBody: OCR }
}