ClassifyImageResponse type

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

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