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