public sealed class VideoEventAnnotation : IMessage<VideoEventAnnotation>, IEquatable<VideoEventAnnotation>, IDeepCloneable<VideoEventAnnotation>, IBufferMessage, IMessage
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["`VideoEventAnnotation` is a sealed class within the `Google.Cloud.DataLabeling.V1Beta1` namespace, designed for annotating events in videos."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling it to work within the Google Protocol Buffers framework."],["`VideoEventAnnotation` provides two constructors: a default constructor and one that copies from an existing `VideoEventAnnotation` instance."],["The class has two main properties, `AnnotationSpec`, which stores the label of the event, and `TimeSegment`, which stores the time segment to which the annotation applies."],["Version `2.0.0-beta05` is the latest release, while version `1.0.0-beta03` is what the webpage is primarily referencing."]]],[]]