public sealed class VideoClassificationConfig : IMessage<VideoClassificationConfig>, IEquatable<VideoClassificationConfig>, IDeepCloneable<VideoClassificationConfig>, IBufferMessage, IMessage
Config for video classification human labeling task.
Currently two types of video classification are supported:
Assign labels on the entire video.
Split the video into multiple video clips based on camera shot, and
assign labels on each video clip.
public RepeatedField<VideoClassificationConfig.Types.AnnotationSpecSetConfig> AnnotationSpecSetConfigs { get; }
Required. The list of annotation spec set configs.
Since watching a video clip takes much longer time than an image, we
support label with multiple AnnotationSpecSet at the same time. Labels
in each AnnotationSpecSet will be shown in a group to contributors.
Contributors can select one or more (depending on whether to allow multi
label) from each group.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eVideoClassificationConfig\u003c/code\u003e class is used for configuring human labeling tasks for video classification, supporting the assignment of labels to entire videos or to individual video clips based on camera shots.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, enabling functionalities such as message handling, equality comparison, deep cloning, and buffered message operations.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eVideoClassificationConfig\u003c/code\u003e class provides a \u003ccode\u003eRepeatedField\u003c/code\u003e property called \u003ccode\u003eAnnotationSpecSetConfigs\u003c/code\u003e, allowing for the configuration of multiple annotation spec sets for labeling, which are displayed in groups to contributors for selection.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eApplyShotDetection\u003c/code\u003e property, which is optional, can be used to determine if shot detection should be applied to the video, which allows the video to be split into different clips.\u003c/p\u003e\n"],["\u003cp\u003eThere are different versions of \u003ccode\u003eVideoClassificationConfig\u003c/code\u003e available, including \u003ccode\u003e2.0.0-beta05\u003c/code\u003e (latest), \u003ccode\u003e2.0.0-beta04\u003c/code\u003e, and \u003ccode\u003e1.0.0-beta03\u003c/code\u003e, which are all accessible through different pages.\u003c/p\u003e\n"]]],[],null,[]]