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\u003eThis document provides reference documentation for the \u003ccode\u003eVideoClassificationConfig\u003c/code\u003e class within the Data Labeling v1beta1 API, specifically for version 2.0.0-beta04, with links to other versions available.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eVideoClassificationConfig\u003c/code\u003e class is used to configure human labeling tasks for video classification, allowing labels to be assigned to entire videos or individual video clips based on camera shots.\u003c/p\u003e\n"],["\u003cp\u003eThe class implements multiple interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, allowing the utilization of many different message methods.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eVideoClassificationConfig\u003c/code\u003e class includes properties such as \u003ccode\u003eAnnotationSpecSetConfigs\u003c/code\u003e, which is a required field to configure multiple label groups, and \u003ccode\u003eApplyShotDetection\u003c/code\u003e, an optional field to apply shot detection on a video.\u003c/p\u003e\n"],["\u003cp\u003eThere are two different constructors for \u003ccode\u003eVideoClassificationConfig\u003c/code\u003e, one with no arguments and the second with the ability to input another \u003ccode\u003eVideoClassificationConfig\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,[]]