Condividi tramite


AnalyzeWithCustomModelResponse type

Contiene i dati di risposta per l'operazione analysisWithCustomModel.

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