共用方式為


GetExtractedKeysResponse type

包含 getExtractedKeys 作業的回應資料。

type GetExtractedKeysResponse = KeysResult & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: KeysResult
  }
}