共用方式為


ImageModerationOCRFileInputResponse type

包含 oCRFileInput 作業的回應資料。

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