public sealed class VideoClassificationAnnotation : IMessage<VideoClassificationAnnotation>, IEquatable<VideoClassificationAnnotation>, IDeepCloneable<VideoClassificationAnnotation>, IBufferMessage, IMessage
Video classification annotation.
Implements
IMessage<VideoClassificationAnnotation>, IEquatable<VideoClassificationAnnotation>, IDeepCloneable<VideoClassificationAnnotation>, IBufferMessage, IMessageNamespace
Google.Cloud.DataLabeling.V1Beta1Assembly
Google.Cloud.DataLabeling.V1Beta1.dll
Constructors
VideoClassificationAnnotation()
public VideoClassificationAnnotation()
VideoClassificationAnnotation(VideoClassificationAnnotation)
public VideoClassificationAnnotation(VideoClassificationAnnotation other)
Parameter | |
---|---|
Name | Description |
other | VideoClassificationAnnotation |
Properties
AnnotationSpec
public AnnotationSpec AnnotationSpec { get; set; }
Label of the segment specified by time_segment.
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 |