Show / Hide Table of Contents

Class VideoEventAnnotation

Video event annotation.

Inheritance
System.Object
VideoEventAnnotation
Implements
IMessage<VideoEventAnnotation>
System.IEquatable<VideoEventAnnotation>
IDeepCloneable<VideoEventAnnotation>
Google.Protobuf.IBufferMessage
IMessage
Inherited Members
System.Object.ToString()
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Google.Cloud.DataLabeling.V1Beta1
Assembly: Google.Cloud.DataLabeling.V1Beta1.dll
Syntax
public sealed class VideoEventAnnotation : IMessage<VideoEventAnnotation>, IEquatable<VideoEventAnnotation>, IDeepCloneable<VideoEventAnnotation>, IBufferMessage, IMessage

Constructors

VideoEventAnnotation()

Declaration
public VideoEventAnnotation()

VideoEventAnnotation(VideoEventAnnotation)

Declaration
public VideoEventAnnotation(VideoEventAnnotation other)
Parameters
Type Name Description
VideoEventAnnotation other

Properties

AnnotationSpec

Label of the event in this annotation.

Declaration
public AnnotationSpec AnnotationSpec { get; set; }
Property Value
Type Description
AnnotationSpec

TimeSegment

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

Declaration
public TimeSegment TimeSegment { get; set; }
Property Value
Type Description
TimeSegment
Back to top