public sealed class VideoEventAnnotation : IMessage<VideoEventAnnotation>, IEquatable<VideoEventAnnotation>, IDeepCloneable<VideoEventAnnotation>, IBufferMessage, IMessage
Reference documentation and code samples for the Data Labeling v1beta1 API class VideoEventAnnotation.
Video event annotation.
Implements
IMessageVideoEventAnnotation, IEquatableVideoEventAnnotation, IDeepCloneableVideoEventAnnotation, IBufferMessage, IMessageNamespace
Google.Cloud.DataLabeling.V1Beta1Assembly
Google.Cloud.DataLabeling.V1Beta1.dll
Constructors
VideoEventAnnotation()
public VideoEventAnnotation()
VideoEventAnnotation(VideoEventAnnotation)
public VideoEventAnnotation(VideoEventAnnotation other)
Parameter | |
---|---|
Name | Description |
other |
VideoEventAnnotation |
Properties
AnnotationSpec
public AnnotationSpec AnnotationSpec { get; set; }
Label of the event in this annotation.
Property Value | |
---|---|
Type | Description |
AnnotationSpec |
TimeSegment
public TimeSegment TimeSegment { get; set; }
The time segment of the video to which the annotation applies.
Property Value | |
---|---|
Type | Description |
TimeSegment |