ImageModerationOCRMethodResponse type
Obsahuje data odpovědi pro operaci oCRMethod.
type ImageModerationOCRMethodResponse = OCR & {
_response: msRest.HttpResponse & { bodyAsText: string; parsedBody: OCR }
}