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

#scoreFloat

Returns Overall relevancy score for the web page. Not normalized and not comparable across different image queries.

Returns:

  • (Float)

    Overall relevancy score for the web page. Not normalized and not comparable across different image queries.



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

class WebPage; end

#urlString

Returns The result web page URL.

Returns:

  • (String)

    The result web page URL.



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

class WebPage; end