Show / Hide Table of Contents

Class GoogleCloudVideointelligenceV1p3beta1LabelAnnotation

Label annotation.

Inheritance
object
GoogleCloudVideointelligenceV1p3beta1LabelAnnotation
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 GoogleCloudVideointelligenceV1p3beta1LabelAnnotation : 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<GoogleCloudVideointelligenceV1p3beta1Entity> CategoryEntities { get; set; }
Property Value
Type Description
IList<GoogleCloudVideointelligenceV1p3beta1Entity>

ETag

The ETag of the item.

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

Entity

Detected entity.

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

Frames

All video frames where a label was detected.

Declaration
[JsonProperty("frames")]
public virtual IList<GoogleCloudVideointelligenceV1p3beta1LabelFrame> Frames { get; set; }
Property Value
Type Description
IList<GoogleCloudVideointelligenceV1p3beta1LabelFrame>

Segments

All video segments where a label was detected.

Declaration
[JsonProperty("segments")]
public virtual IList<GoogleCloudVideointelligenceV1p3beta1LabelSegment> Segments { get; set; }
Property Value
Type Description
IList<GoogleCloudVideointelligenceV1p3beta1LabelSegment>

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