共用方式為


AnalyzeWithCustomModelResponse type

包含 analyzeWithCustomModel 作業的回應資料。

type AnalyzeWithCustomModelResponse = AnalyzeResult & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: AnalyzeResult
  }
}