Class: Google::Cloud::Vision::V1::WebDetection::WebPage
- Inherits:
-
Object
- Object
- Google::Cloud::Vision::V1::WebDetection::WebPage
- Defined in:
- lib/google/cloud/vision/v1/doc/google/cloud/vision/v1/web_detection.rb
Overview
Metadata for web pages.
Instance Attribute Summary collapse
-
#full_matching_images ⇒ Array<Google::Cloud::Vision::V1::WebDetection::WebImage>
Fully matching images on the page.
-
#page_title ⇒ String
Title for the web page, may contain HTML markups.
-
#partial_matching_images ⇒ Array<Google::Cloud::Vision::V1::WebDetection::WebImage>
Partial matching images on the page.
-
#score ⇒ Float
(Deprecated) Overall relevancy score for the web page.
-
#url ⇒ String
The result web page URL.
Instance Attribute Details
#full_matching_images ⇒ Array<Google::Cloud::Vision::V1::WebDetection::WebImage>
Returns Fully matching images on the page. Can include resized copies of the query image.
84 |
# File 'lib/google/cloud/vision/v1/doc/google/cloud/vision/v1/web_detection.rb', line 84 class WebPage; end |
#page_title ⇒ String
Returns Title for the web page, may contain HTML markups.
84 |
# File 'lib/google/cloud/vision/v1/doc/google/cloud/vision/v1/web_detection.rb', line 84 class WebPage; end |
#partial_matching_images ⇒ Array<Google::Cloud::Vision::V1::WebDetection::WebImage>
Returns Partial matching images on the page. Those images are similar enough to share some key-point features. For example an original image will likely have partial matching for its crops.
84 |
# File 'lib/google/cloud/vision/v1/doc/google/cloud/vision/v1/web_detection.rb', line 84 class WebPage; end |
#score ⇒ Float
Returns (Deprecated) Overall relevancy score for the web page.
84 |
# File 'lib/google/cloud/vision/v1/doc/google/cloud/vision/v1/web_detection.rb', line 84 class WebPage; end |
#url ⇒ String
Returns The result web page URL.
84 |
# File 'lib/google/cloud/vision/v1/doc/google/cloud/vision/v1/web_detection.rb', line 84 class WebPage; end |