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.
[[["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."],[[["This document provides reference documentation for the `VideoClassificationAnnotation` class within the Data Labeling v1beta1 API, specifically version 2.0.0-beta04."],["The `VideoClassificationAnnotation` class is designed for video classification annotation and inherits from `object` while implementing several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors: a default one and another that takes a `VideoClassificationAnnotation` object as a parameter for creating a copy."],["Key properties of the `VideoClassificationAnnotation` class include `AnnotationSpec`, which represents the label of the time segment, and `TimeSegment`, which indicates the video segment to which the annotation applies."],["There are multiple versions of this API available for use, including 2.0.0-beta05, 2.0.0-beta04 and 1.0.0-beta03."]]],[]]