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