DetectImageResponse type

detectImage işleminin yanıt verilerini içerir.

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