DetectImageUrlResponse type
Bevat antwoordgegevens voor de detectImageUrl-bewerking.
type DetectImageUrlResponse = ImagePrediction & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ImagePrediction
}
}