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
-
#score ⇒ Float
Overall relevancy score for the web page.
-
#url ⇒ String
The result web page URL.
Instance Attribute Details
#score ⇒ Float
Returns Overall relevancy score for the web page. Not normalized and not comparable across different image queries.
68 |
# File 'lib/google/cloud/vision/v1/doc/google/cloud/vision/v1/web_detection.rb', line 68 class WebPage; end |
#url ⇒ String
Returns The result web page URL.
68 |
# File 'lib/google/cloud/vision/v1/doc/google/cloud/vision/v1/web_detection.rb', line 68 class WebPage; end |