QuickTestImageResponse type
Содержит данные ответа для операции quickTestImage.
type QuickTestImageResponse = ImagePrediction & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ImagePrediction
}
}