Class: Google::Cloud::Vision::V1p3beta1::WebDetection::WebImage
- Inherits:
-
Object
- Object
- Google::Cloud::Vision::V1p3beta1::WebDetection::WebImage
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/vision/v1p3beta1/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.
73 74 75 76 |
# File 'proto_docs/google/cloud/vision/v1p3beta1/web_detection.rb', line 73 class WebImage include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#url ⇒ ::String
Returns The result image URL.
73 74 75 76 |
# File 'proto_docs/google/cloud/vision/v1p3beta1/web_detection.rb', line 73 class WebImage include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |