RecognizePrintedTextInStreamResponse type

Contains response data for the recognizePrintedTextInStream operation.

type RecognizePrintedTextInStreamResponse = OcrResult & {
  _response: msRest.HttpResponse & { bodyAsText: string; parsedBody: OcrResult }
}