Show / Hide Table of Contents

Class GoogleCloudVideointelligenceV1beta2LogoRecognitionAnnotation

Annotation corresponding to one detected, tracked and recognized logo class.

Inheritance
object
GoogleCloudVideointelligenceV1beta2LogoRecognitionAnnotation
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 GoogleCloudVideointelligenceV1beta2LogoRecognitionAnnotation : 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 GoogleCloudVideointelligenceV1beta2Entity Entity { get; set; }
Property Value
Type Description
GoogleCloudVideointelligenceV1beta2Entity

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<GoogleCloudVideointelligenceV1beta2VideoSegment> Segments { get; set; }
Property Value
Type Description
IList<GoogleCloudVideointelligenceV1beta2VideoSegment>

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<GoogleCloudVideointelligenceV1beta2Track> Tracks { get; set; }
Property Value
Type Description
IList<GoogleCloudVideointelligenceV1beta2Track>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX