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