ImageModerationOCRUrlInputResponse type

Contains response data for the oCRUrlInput operation.

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