ClassifyImageWithNoStoreResponse type
Contiene datos de respuesta para la operación classifyImageWithNoStore.
type ClassifyImageWithNoStoreResponse = ImagePrediction & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ImagePrediction
}
}