Freigeben über


ClassifyImageUrlWithNoStoreResponse type

Enthält Antwortdaten für den Vorgang klassifizierenImageUrlWithNoStore.

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