Share via


ImageModerationOCRMethodResponse type

Contains response data for the oCRMethod operation.

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