Class: Google::Cloud::Vision::V1::WebDetection::WebEntity
- Inherits:
-
Object
- Object
- Google::Cloud::Vision::V1::WebDetection::WebEntity
- 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
-
#description ⇒ String
Canonical description of the entity, in English.
-
#entity_id ⇒ String
Opaque entity ID.
-
#score ⇒ Float
Overall relevancy score for the entity.
Instance Attribute Details
#description ⇒ String
Returns Canonical description of the entity, in English.
48 |
# File 'lib/google/cloud/vision/v1/doc/google/cloud/vision/v1/web_detection.rb', line 48 class WebEntity; end |
#entity_id ⇒ String
Returns Opaque entity ID.
48 |
# File 'lib/google/cloud/vision/v1/doc/google/cloud/vision/v1/web_detection.rb', line 48 class WebEntity; end |
#score ⇒ Float
Returns Overall relevancy score for the entity. Not normalized and not comparable across different image queries.
48 |
# File 'lib/google/cloud/vision/v1/doc/google/cloud/vision/v1/web_detection.rb', line 48 class WebEntity; end |