Delen via


AnalyzeImageResponse type

Bevat antwoordgegevens voor de bewerking analyzeImage.

type AnalyzeImageResponse = ImageAnalysis & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: ImageAnalysis
  }
}