Udostępnij za pośrednictwem


ClassifyImageUrlWithNoStoreResponse type

Zawiera dane odpowiedzi dla operacji classifyImageUrlWithNoStore.

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