WebDetection constructor

WebDetection({
  1. List<WebLabel>? bestGuessLabels,
  2. List<WebImage>? fullMatchingImages,
  3. List<WebPage>? pagesWithMatchingImages,
  4. List<WebImage>? partialMatchingImages,
  5. List<WebImage>? visuallySimilarImages,
  6. List<WebEntity>? webEntities,
})

Implementation

WebDetection({
  this.bestGuessLabels,
  this.fullMatchingImages,
  this.pagesWithMatchingImages,
  this.partialMatchingImages,
  this.visuallySimilarImages,
  this.webEntities,
});