Class: Google::Cloud::Vision::V1p3beta1::WebDetection::WebPage
- Inherits:
-
Object
- Object
- Google::Cloud::Vision::V1p3beta1::WebDetection::WebPage
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/vision/v1p3beta1/web_detection.rb
Overview
Metadata for web pages.
Instance Attribute Summary collapse
-
#full_matching_images ⇒ ::Array<::Google::Cloud::Vision::V1p3beta1::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::V1p3beta1::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::V1p3beta1::WebDetection::WebImage>
Returns Fully matching images on the page. Can include resized copies of the query image.
98 99 100 101 |
# File 'proto_docs/google/cloud/vision/v1p3beta1/web_detection.rb', line 98 class WebPage include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_title ⇒ ::String
Returns Title for the web page, may contain HTML markups.
98 99 100 101 |
# File 'proto_docs/google/cloud/vision/v1p3beta1/web_detection.rb', line 98 class WebPage include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#partial_matching_images ⇒ ::Array<::Google::Cloud::Vision::V1p3beta1::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.
98 99 100 101 |
# File 'proto_docs/google/cloud/vision/v1p3beta1/web_detection.rb', line 98 class WebPage include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |