Delen via


DetectImageUrlWithNoStoreResponse type

Bevat antwoordgegevens voor de bewerking detectImageUrlWithNoStore.

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