Class Entity (2.2.0)

public sealed class Entity : IMessage<Entity>, IEquatable<Entity>, IDeepCloneable<Entity>, IBufferMessage, IMessage

Detected entity from video analysis.

Inheritance

Object > Entity

Namespace

Google.Cloud.VideoIntelligence.V1

Assembly

Google.Cloud.VideoIntelligence.V1.dll

Constructors

Entity()

public Entity()

Entity(Entity)

public Entity(Entity other)
Parameter
NameDescription
otherEntity

Properties

Description

public string Description { get; set; }

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

Property Value
TypeDescription
String

EntityId

public string EntityId { get; set; }

Opaque entity ID. Some IDs may be available in Google Knowledge Graph Search API.

Property Value
TypeDescription
String

LanguageCode

public string LanguageCode { get; set; }

Language code for description in BCP-47 format.

Property Value
TypeDescription
String