Show / Hide Table of Contents

Class GoogleCloudVideointelligenceV1p3beta1Entity

Detected entity from video analysis.

Inheritance
object
GoogleCloudVideointelligenceV1p3beta1Entity
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudVideoIntelligence.v1beta2.Data
Assembly: Google.Apis.CloudVideoIntelligence.v1beta2.dll
Syntax
public class GoogleCloudVideointelligenceV1p3beta1Entity : IDirectResponseSchema

Properties

Description

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

Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

EntityId

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

Declaration
[JsonProperty("entityId")]
public virtual string EntityId { get; set; }
Property Value
Type Description
string

LanguageCode

Language code for description in BCP-47 format.

Declaration
[JsonProperty("languageCode")]
public virtual string LanguageCode { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX