Share via


ClassifyImageUrlResponse type

Contiene i dati di risposta per l'operazione classifyImageUrl.

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