AnalyzeImageResponse type
Bevat antwoordgegevens voor de bewerking analyzeImage.
type AnalyzeImageResponse = ImageAnalysis & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ImageAnalysis
}
}
Deze browser wordt niet meer ondersteund.
Upgrade naar Microsoft Edge om te profiteren van de nieuwste functies, beveiligingsupdates en technische ondersteuning.
Bevat antwoordgegevens voor de bewerking analyzeImage.
type AnalyzeImageResponse = ImageAnalysis & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ImageAnalysis
}
}