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