public sealed class Entity : IMessage<Entity>, IEquatable<Entity>, IDeepCloneable<Entity>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Video Intelligence v1 API class Entity.
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 |
|