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


DetectImageResponse type

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

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