Share via


AnalyzeWithCustomModelResponse type

Enthält Antwortdaten für den AnalyzeWithCustomModel-Vorgang.

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