Class: Google::Cloud::VideoIntelligence::V1beta2::Entity

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/videointelligence/v1beta2/video_intelligence.rb

Overview

Detected entity from video analysis.

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns Textual description, e.g. Fixed-gear bicycle.

Returns:

  • (::String)

    Textual description, e.g. Fixed-gear bicycle.



197
198
199
200
# File 'proto_docs/google/cloud/videointelligence/v1beta2/video_intelligence.rb', line 197

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.

Returns:



197
198
199
200
# File 'proto_docs/google/cloud/videointelligence/v1beta2/video_intelligence.rb', line 197

class Entity
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#language_code::String

Returns Language code for description in BCP-47 format.

Returns:

  • (::String)

    Language code for description in BCP-47 format.



197
198
199
200
# File 'proto_docs/google/cloud/videointelligence/v1beta2/video_intelligence.rb', line 197

class Entity
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end