Partager via


ClassifyImageWithNoStoreResponse type

Contient des données de réponse pour l’opération classImageWithNoStore.

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