Delen via


DetectImageUrlResponse type

Bevat antwoordgegevens voor de bewerking detectImageUrl.

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