Share via


QuickTestImageResponse type

Contiene i dati di risposta per l'operazione quickTestImage.

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