Data Labeling v1beta1 API - Class VideoClassificationAnnotation (2.0.0-beta03)

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

Reference documentation and code samples for the Data Labeling v1beta1 API class VideoClassificationAnnotation.

Video classification annotation.

Inheritance

object > VideoClassificationAnnotation

Namespace

Google.Cloud.DataLabeling.V1Beta1

Assembly

Google.Cloud.DataLabeling.V1Beta1.dll

Constructors

VideoClassificationAnnotation()

public VideoClassificationAnnotation()

VideoClassificationAnnotation(VideoClassificationAnnotation)

public VideoClassificationAnnotation(VideoClassificationAnnotation other)
Parameter
NameDescription
otherVideoClassificationAnnotation

Properties

AnnotationSpec

public AnnotationSpec AnnotationSpec { get; set; }

Label of the segment specified by time_segment.

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