DetectImageUrlResponse type

يحتوي على بيانات الاستجابة لعملية detectImageUrl.

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