Class: Google::Cloud::VideoIntelligence::V1p1beta1::Entity
- Inherits:
-
Object
- Object
- Google::Cloud::VideoIntelligence::V1p1beta1::Entity
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/videointelligence/v1p1beta1/video_intelligence.rb
Overview
Detected entity from video analysis.
Instance Attribute Summary collapse
-
#description ⇒ ::String
Textual description, e.g.
-
#entity_id ⇒ ::String
Opaque entity ID.
-
#language_code ⇒ ::String
Language code for
description
in BCP-47 format.
Instance Attribute Details
#description ⇒ ::String
Returns Textual description, e.g. Fixed-gear bicycle
.
185 186 187 188 |
# File 'proto_docs/google/cloud/videointelligence/v1p1beta1/video_intelligence.rb', line 185 class Entity include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#entity_id ⇒ ::String
Returns Opaque entity ID. Some IDs may be available in Google Knowledge Graph Search API.
185 186 187 188 |
# File 'proto_docs/google/cloud/videointelligence/v1p1beta1/video_intelligence.rb', line 185 class Entity include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#language_code ⇒ ::String
Returns Language code for description
in BCP-47 format.
185 186 187 188 |
# File 'proto_docs/google/cloud/videointelligence/v1p1beta1/video_intelligence.rb', line 185 class Entity include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |