public sealed class VideoClassificationConfig : IMessage<VideoClassificationConfig>, IEquatable<VideoClassificationConfig>, IDeepCloneable<VideoClassificationConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Data Labeling v1beta1 API class VideoClassificationConfig.
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 part of the Data Labeling v1beta1 API and is used for configuring video classification tasks.\u003c/p\u003e\n"],["\u003cp\u003eVideo classification tasks using this class can either assign labels to the entire video or to individual clips within the video based on camera shots.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eAnnotationSpecSetConfigs\u003c/code\u003e property allows for the configuration of multiple annotation spec sets, enabling labels from each set to be grouped for contributors.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eApplyShotDetection\u003c/code\u003e property can be set to determine if shot detection should be used to split a video into multiple clips.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of \u003ccode\u003eVideoClassificationConfig\u003c/code\u003e is \u003ccode\u003e2.0.0-beta05\u003c/code\u003e, with older versions available including \u003ccode\u003e2.0.0-beta04\u003c/code\u003e and \u003ccode\u003e1.0.0-beta03\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,[]]