public sealed class Entity : IMessage<Entity>, IEquatable<Entity>, IDeepCloneable<Entity>, IBufferMessage, IMessage
Detected entity from video analysis.
Namespace
Google.Cloud.VideoIntelligence.V1Assembly
Google.Cloud.VideoIntelligence.V1.dll
Constructors
Entity()
public Entity()
Entity(Entity)
public Entity(Entity other)
Parameter | |
---|---|
Name | Description |
other | Entity |
Properties
Description
public string Description { get; set; }
Textual description, e.g., Fixed-gear bicycle
.
Property Value | |
---|---|
Type | Description |
String |
EntityId
public string EntityId { get; set; }
Opaque entity ID. Some IDs may be available in Google Knowledge Graph Search API.
Property Value | |
---|---|
Type | Description |
String |
LanguageCode
public string LanguageCode { get; set; }
Language code for description
in BCP-47 format.
Property Value | |
---|---|
Type | Description |
String |