ClassifyImageResponse type
Contém dados de resposta para a operação classifyImage.
type ClassifyImageResponse = ImagePrediction & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ImagePrediction
}
}