RecognizePrintedTextResponse type
recognizePrintedText işleminin yanıt verilerini içerir.
type RecognizePrintedTextResponse = OcrResult & {
_response: msRest.HttpResponse & { bodyAsText: string; parsedBody: OcrResult }
}