Поделиться через


ClassifyImageUrlWithNoStoreResponse type

Содержит данные ответа для операции classifyImageUrlWithNoStore.

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