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
(Deprecated) Overall relevancy score for the image.
-
#url ⇒ String
The result image URL.
Instance Attribute Details
#score ⇒ Float
Returns (Deprecated) Overall relevancy score for the image.
62 |
# File 'lib/google/cloud/vision/v1/doc/google/cloud/vision/v1/web_detection.rb', line 62 class WebImage; end |
#url ⇒ String
Returns The result image URL.
62 |
# File 'lib/google/cloud/vision/v1/doc/google/cloud/vision/v1/web_detection.rb', line 62 class WebImage; end |