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