Class: Google::Cloud::Vision::V1p3beta1::WebDetection::WebEntity
- Inherits:
-
Object
- Object
- Google::Cloud::Vision::V1p3beta1::WebDetection::WebEntity
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/vision/v1p3beta1/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.
61 62 63 64 |
# File 'proto_docs/google/cloud/vision/v1p3beta1/web_detection.rb', line 61 class WebEntity include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#entity_id ⇒ ::String
Returns Opaque entity ID.
61 62 63 64 |
# File 'proto_docs/google/cloud/vision/v1p3beta1/web_detection.rb', line 61 class WebEntity include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#score ⇒ ::Float
Returns Overall relevancy score for the entity. Not normalized and not comparable across different image queries.
61 62 63 64 |
# File 'proto_docs/google/cloud/vision/v1p3beta1/web_detection.rb', line 61 class WebEntity include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |