ClassifyImageResponse type

Contiene datos de respuesta para la operación classifyImage.

type ClassifyImageResponse = ImagePrediction & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: ImagePrediction
  }
}