QuickTestImageUrlResponse type

quickTestImageUrl işlemi için yanıt verilerini içerir.

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