ClassifyImageResponse type

Contains response data for the classifyImage operation.

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