Sdílet prostřednictvím


ImageModerationOCRUrlInputResponse type

Obsahuje data odpovědi pro operaci oCRUrlInput.

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