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


ClassifyImageResponse type

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

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