Show / Hide Table of Contents

Class GoogleCloudVideointelligenceV1p2beta1LogoRecognitionAnnotation

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

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

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

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX