ClassifyImageUrlWithNoStoreResponse type

Contains response data for the classifyImageUrlWithNoStore operation.

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