AnalyzeWithCustomModelResponse type

Contiene datos de respuesta para la operación analyzeWithCustomModel.

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