Delen via


ImageModerationOCRUrlInputResponse type

Bevat antwoordgegevens voor de bewerking oCRUrlInput.

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