ImageModerationOCRMethodResponse type
Содержит данные ответа для операции oCRMethod.
type ImageModerationOCRMethodResponse = OCR & {
_response: msRest.HttpResponse & { bodyAsText: string; parsedBody: OCR }
}