Delen via


AnalyzeWithCustomModelResponse type

Bevat antwoordgegevens voor de bewerking analyzeWithCustomModel.

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