Aracılığıyla paylaş


ClassifyImageUrlWithNoStoreResponse type

classifyImageUrlWithNoStore işlemi için yanıt verilerini içerir.

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