RecognizePrintedTextInStreamResponse type
Contains response data for the recognizePrintedTextInStream operation.
type RecognizePrintedTextInStreamResponse = OcrResult & { _response: HttpResponse & { bodyAsText: string, parsedBody: OcrResult } }