Class GoogleCloudVideointelligenceV1p1beta1LogoRecognitionAnnotation
Annotation corresponding to one detected, tracked and recognized logo class.
Implements
Inherited Members
Namespace: Google.Apis.CloudVideoIntelligence.v1p2beta1.Data
Assembly: Google.Apis.CloudVideoIntelligence.v1p2beta1.dll
Syntax
public class GoogleCloudVideointelligenceV1p1beta1LogoRecognitionAnnotation : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Entity
Entity category information to specify the logo class that all the logo tracks within this LogoRecognitionAnnotation are recognized as.
Declaration
[JsonProperty("entity")]
public virtual GoogleCloudVideointelligenceV1p1beta1Entity Entity { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudVideointelligenceV1p1beta1Entity |
Segments
All video segments where the recognized logo appears. There might be multiple instances of the same logo class appearing in one VideoSegment.
Declaration
[JsonProperty("segments")]
public virtual IList<GoogleCloudVideointelligenceV1p1beta1VideoSegment> Segments { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudVideointelligenceV1p1beta1VideoSegment> |
Tracks
All logo tracks where the recognized logo appears. Each track corresponds to one logo instance appearing in consecutive frames.
Declaration
[JsonProperty("tracks")]
public virtual IList<GoogleCloudVideointelligenceV1p1beta1Track> Tracks { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudVideointelligenceV1p1beta1Track> |