Share via


DetectImageUrlWithNoStoreResponse type

Contiene i dati di risposta per l'operazione detectImageUrlWithNoStore.

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