ClassifyImageResponse type
Contiene i dati di risposta per l'operazione di classificazioneImage.
type ClassifyImageResponse = ImagePrediction & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ImagePrediction
}
}