Class: Google::Cloud::Vision::V1p3beta1::WebDetection::WebPage

Inherits:
Object
  • Object
show all
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

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.

Returns:



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.

Returns:

  • (::String)

    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.

Returns:



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

#score::Float

Returns (Deprecated) Overall relevancy score for the web page.

Returns:

  • (::Float)

    (Deprecated) Overall relevancy score for the web page.



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

#url::String

Returns The result web page URL.

Returns:

  • (::String)

    The result web page URL.



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