Dela via


AnalyzeWithCustomModelResponse type

Innehåller svarsdata för åtgärden analyzeWithCustomModel.

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