Udostępnij za pośrednictwem


AnalyzeWithCustomModelResponse type

Zawiera dane odpowiedzi dla operacji analyzeWithCustomModel.

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