Class VideoEventAnnotation (1.0.0-beta03)

public sealed class VideoEventAnnotation : IMessage<VideoEventAnnotation>, IEquatable<VideoEventAnnotation>, IDeepCloneable<VideoEventAnnotation>, IBufferMessage, IMessage

Video event annotation.

Inheritance

Object > VideoEventAnnotation

Namespace

Google.Cloud.DataLabeling.V1Beta1

Assembly

Google.Cloud.DataLabeling.V1Beta1.dll

Constructors

VideoEventAnnotation()

public VideoEventAnnotation()

VideoEventAnnotation(VideoEventAnnotation)

public VideoEventAnnotation(VideoEventAnnotation other)
Parameter
NameDescription
otherVideoEventAnnotation

Properties

AnnotationSpec

public AnnotationSpec AnnotationSpec { get; set; }

Label of the event in this annotation.

Property Value
TypeDescription
AnnotationSpec

TimeSegment

public TimeSegment TimeSegment { get; set; }

The time segment of the video to which the annotation applies.

Property Value
TypeDescription
TimeSegment