ClassifyImageUrlResponse type

Contains response data for the classifyImageUrl operation.

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