Class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1WebDetection
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1WebDetection
 
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/vision_v1p2beta1/classes.rb,
 generated/google/apis/vision_v1p2beta1/representations.rb,
 generated/google/apis/vision_v1p2beta1/representations.rb
Overview
Relevant information for the image from the Internet.
Instance Attribute Summary collapse
- 
  
    
      #best_guess_labels  ⇒ Array<Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1WebDetectionWebLabel> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Best guess text labels for the request image. 
- 
  
    
      #full_matching_images  ⇒ Array<Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1WebDetectionWebImage> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Fully matching images from the Internet. 
- 
  
    
      #pages_with_matching_images  ⇒ Array<Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1WebDetectionWebPage> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Web pages containing the matching images from the Internet. 
- 
  
    
      #partial_matching_images  ⇒ Array<Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1WebDetectionWebImage> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Partial matching images from the Internet. 
- 
  
    
      #visually_similar_images  ⇒ Array<Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1WebDetectionWebImage> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The visually similar image results. 
- 
  
    
      #web_entities  ⇒ Array<Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1WebDetectionWebEntity> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Deduced entities from similar images on the Internet. 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ GoogleCloudVisionV1p2beta1WebDetection 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of GoogleCloudVisionV1p2beta1WebDetection. 
- 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Update properties of this object. 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ GoogleCloudVisionV1p2beta1WebDetection
Returns a new instance of GoogleCloudVisionV1p2beta1WebDetection
| 1829 1830 1831 | # File 'generated/google/apis/vision_v1p2beta1/classes.rb', line 1829 def initialize(**args) update!(**args) end | 
Instance Attribute Details
#best_guess_labels ⇒ Array<Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1WebDetectionWebLabel>
Best guess text labels for the request image.
Corresponds to the JSON property bestGuessLabels
| 1799 1800 1801 | # File 'generated/google/apis/vision_v1p2beta1/classes.rb', line 1799 def best_guess_labels @best_guess_labels end | 
#full_matching_images ⇒ Array<Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1WebDetectionWebImage>
Fully matching images from the Internet.
Can include resized copies of the query image.
Corresponds to the JSON property fullMatchingImages
| 1805 1806 1807 | # File 'generated/google/apis/vision_v1p2beta1/classes.rb', line 1805 def full_matching_images @full_matching_images end | 
#pages_with_matching_images ⇒ Array<Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1WebDetectionWebPage>
Web pages containing the matching images from the Internet.
Corresponds to the JSON property pagesWithMatchingImages
| 1810 1811 1812 | # File 'generated/google/apis/vision_v1p2beta1/classes.rb', line 1810 def pages_with_matching_images @pages_with_matching_images end | 
#partial_matching_images ⇒ Array<Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1WebDetectionWebImage>
Partial matching images from the Internet.
Those images are similar enough to share some key-point features. For
example an original image will likely have partial matching for its crops.
Corresponds to the JSON property partialMatchingImages
| 1817 1818 1819 | # File 'generated/google/apis/vision_v1p2beta1/classes.rb', line 1817 def partial_matching_images @partial_matching_images end | 
#visually_similar_images ⇒ Array<Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1WebDetectionWebImage>
The visually similar image results.
Corresponds to the JSON property visuallySimilarImages
| 1822 1823 1824 | # File 'generated/google/apis/vision_v1p2beta1/classes.rb', line 1822 def visually_similar_images @visually_similar_images end | 
#web_entities ⇒ Array<Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1WebDetectionWebEntity>
Deduced entities from similar images on the Internet.
Corresponds to the JSON property webEntities
| 1827 1828 1829 | # File 'generated/google/apis/vision_v1p2beta1/classes.rb', line 1827 def web_entities @web_entities end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 1834 1835 1836 1837 1838 1839 1840 1841 | # File 'generated/google/apis/vision_v1p2beta1/classes.rb', line 1834 def update!(**args) @best_guess_labels = args[:best_guess_labels] if args.key?(:best_guess_labels) @full_matching_images = args[:full_matching_images] if args.key?(:full_matching_images) @pages_with_matching_images = args[:pages_with_matching_images] if args.key?(:pages_with_matching_images) @partial_matching_images = args[:partial_matching_images] if args.key?(:partial_matching_images) @visually_similar_images = args[:visually_similar_images] if args.key?(:visually_similar_images) @web_entities = args[:web_entities] if args.key?(:web_entities) end |