ImageModerationOCRUrlInputResponse type

oCRUrlInput 操作の応答データが含まれます。

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