Delen via


ClassifyImageUrlResponse type

Bevat antwoordgegevens voor de bewerking classifyImageUrl.

type ClassifyImageUrlResponse = ImagePrediction & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: ImagePrediction
  }
}