ClassifyImageUrlWithNoStoreResponse type
包含分类ImageUrlWithNoStore作的响应数据。
type ClassifyImageUrlWithNoStoreResponse = ImagePrediction & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ImagePrediction
}
}