Class: Google::Cloud::Vision::V1::WebDetection::WebEntity

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

Overview

Entity deduced from similar images on the Internet.

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

Returns Canonical description of the entity, in English.

Returns:

  • (String)

    Canonical description of the entity, in English.



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

class WebEntity; end

#entity_idString

Returns Opaque entity ID.

Returns:

  • (String)

    Opaque entity ID.



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

class WebEntity; end

#scoreFloat

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

Returns:

  • (Float)

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



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

class WebEntity; end