QuickTestImageUrlResponse type
Contains response data for the quickTestImageUrl operation.
type QuickTestImageUrlResponse = ImagePrediction & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ImagePrediction
}
}