共用方式為


RecognizePrintedTextResponse type

包含 recognizePrintedText 作業的回應資料。

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