Share via


AnalyzeWithCustomModelResponse type

analyzeWithCustomModel 操作の応答データを格納します。

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