Class: Google::Cloud::Vision::V1::WebDetection::WebPage

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/vision/v1/doc/google/cloud/vision/v1/web_detection.rb

Overview

Metadata for web pages.

Instance Attribute Summary collapse

Instance Attribute Details

#full_matching_imagesArray<Google::Cloud::Vision::V1::WebDetection::WebImage>

Returns Fully matching images on the page. Can include resized copies of the query image.

Returns:



84
# File 'lib/google/cloud/vision/v1/doc/google/cloud/vision/v1/web_detection.rb', line 84

class WebPage; end

#page_titleString

Returns Title for the web page, may contain HTML markups.

Returns:

  • (String)

    Title for the web page, may contain HTML markups.



84
# File 'lib/google/cloud/vision/v1/doc/google/cloud/vision/v1/web_detection.rb', line 84

class WebPage; end

#partial_matching_imagesArray<Google::Cloud::Vision::V1::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:

  • (Array<Google::Cloud::Vision::V1::WebDetection::WebImage>)

    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.



84
# File 'lib/google/cloud/vision/v1/doc/google/cloud/vision/v1/web_detection.rb', line 84

class WebPage; end

#scoreFloat

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

Returns:

  • (Float)

    (Deprecated) Overall relevancy score for the web page.



84
# File 'lib/google/cloud/vision/v1/doc/google/cloud/vision/v1/web_detection.rb', line 84

class WebPage; end

#urlString

Returns The result web page URL.

Returns:

  • (String)

    The result web page URL.



84
# File 'lib/google/cloud/vision/v1/doc/google/cloud/vision/v1/web_detection.rb', line 84

class WebPage; end