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


ClassifyImageUrlResponse type

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

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