ClassifyImageWithNoStoreResponse type

Contains response data for the classifyImageWithNoStore operation.

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