RecognizePrintedTextResponse type
Bevat antwoordgegevens voor de bewerking recognizePrintedText.
type RecognizePrintedTextResponse = OcrResult & {
_response: msRest.HttpResponse & { bodyAsText: string; parsedBody: OcrResult }
}