Class: Google::Cloud::Vision::V1::WebDetection::WebImage
- Inherits:
-
Object
- Object
- Google::Cloud::Vision::V1::WebDetection::WebImage
- Defined in:
- lib/google/cloud/vision/v1/doc/google/cloud/vision/v1/web_detection.rb
Overview
Metadata for online images.
Instance Attribute Summary collapse
-
#score ⇒ Float
Overall relevancy score for the image.
-
#url ⇒ String
The result image URL.
Instance Attribute Details
#score ⇒ Float
Returns Overall relevancy score for the image. Not normalized and not comparable across different image queries.
58 |
# File 'lib/google/cloud/vision/v1/doc/google/cloud/vision/v1/web_detection.rb', line 58 class WebImage; end |
#url ⇒ String
Returns The result image URL.
58 |
# File 'lib/google/cloud/vision/v1/doc/google/cloud/vision/v1/web_detection.rb', line 58 class WebImage; end |