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


DetectImageUrlResponse type

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

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