Megosztás a következőn keresztül:


DetectImageUrlWithNoStoreResponse type

A detectImageUrlWithNoStore művelet válaszadatait tartalmazza.

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