Class GoogleCloudVideointelligenceV1p3beta1Celebrity
Celebrity definition.
Implements
Inherited Members
Namespace: Google.Apis.CloudVideoIntelligence.v1beta2.Data
Assembly: Google.Apis.CloudVideoIntelligence.v1beta2.dll
Syntax
public class GoogleCloudVideointelligenceV1p3beta1Celebrity : IDirectResponseSchema
Properties
Description
Textual description of additional information about the celebrity, if applicable.
Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
Type | Description |
---|---|
string |
DisplayName
The celebrity name.
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { 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 |
Name
The resource name of the celebrity. Have the format video-intelligence/kg-mid
indicates a celebrity from
preloaded gallery. kg-mid is the id in Google knowledge graph, which is unique for the celebrity.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |