Поделиться через


RecognizePrintedTextResponse type

Содержит данные ответа для операции recognizePrintedText.

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