ImageModerationOCRMethodResponse type

Contains response data for the oCRMethod operation.

type ImageModerationOCRMethodResponse = OCR & { _response: HttpResponse & { bodyAsText: string, parsedBody: OCR } }