ClassifyImageResponse type
Bevat antwoordgegevens voor de bewerking classifyImage.
type ClassifyImageResponse = ImagePrediction & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ImagePrediction
}
}