Sdílet prostřednictvím


ClassifyImageUrlWithNoStoreResponse type

Obsahuje data odpovědi pro operaci classifyImageUrlWithNoStore.

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