Partager via


AnalyzeWithCustomModelResponse type

Contient des données de réponse pour l’opération analyzeWithCustomModel.

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