Show / Hide Table of Contents

Class GoogleCloudVideointelligenceV1LabelAnnotation

Label annotation.

Inheritance
object
GoogleCloudVideointelligenceV1LabelAnnotation
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 GoogleCloudVideointelligenceV1LabelAnnotation : IDirectResponseSchema

Properties

CategoryEntities

Common categories for the detected entity. For example, when the label is Terrier, the category is likely dog. And in some cases there might be more than one categories e.g., Terrier could also be a pet.

Declaration
[JsonProperty("categoryEntities")]
public virtual IList<GoogleCloudVideointelligenceV1Entity> CategoryEntities { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<T><GoogleCloudVideointelligenceV1Entity>

Entity

Detected entity.

Declaration
[JsonProperty("entity")]
public virtual GoogleCloudVideointelligenceV1Entity Entity { get; set; }
Property Value
Type Description
GoogleCloudVideointelligenceV1Entity

ETag

The ETag of the item.

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

Frames

All video frames where a label was detected.

Declaration
[JsonProperty("frames")]
public virtual IList<GoogleCloudVideointelligenceV1LabelFrame> Frames { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<T><GoogleCloudVideointelligenceV1LabelFrame>

Segments

All video segments where a label was detected.

Declaration
[JsonProperty("segments")]
public virtual IList<GoogleCloudVideointelligenceV1LabelSegment> Segments { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<T><GoogleCloudVideointelligenceV1LabelSegment>

Version

Feature version.

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

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX