RecognizePrintedTextResponse type
Contains response data for the recognizePrintedText operation.
type RecognizePrintedTextResponse = OcrResult & {
_response: msRest.HttpResponse & { bodyAsText: string; parsedBody: OcrResult }
}