Class: Google::Cloud::Vision::V1::WebDetection::WebImage

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

Overview

Metadata for online images.

Instance Attribute Summary collapse

Instance Attribute Details

#scoreFloat

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

Returns:

  • (Float)

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



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

class WebImage; end

#urlString

Returns The result image URL.

Returns:

  • (String)

    The result image URL.



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

class WebImage; end