public sealed class VideoClassificationConfig.Types.AnnotationSpecSetConfig : IMessage<VideoClassificationConfig.Types.AnnotationSpecSetConfig>, IEquatable<VideoClassificationConfig.Types.AnnotationSpecSetConfig>, IDeepCloneable<VideoClassificationConfig.Types.AnnotationSpecSetConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Data Labeling v1beta1 API class VideoClassificationConfig.Types.AnnotationSpecSetConfig.
Annotation spec set with the setting of allowing multi labels or not.
[[["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."],[[["The `VideoClassificationConfig.Types.AnnotationSpecSetConfig` class is part of the Data Labeling v1beta1 API, designed for defining annotation spec settings for video classification."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities for message handling, equality checks, deep cloning, and buffered operations."],["The class has two constructors, one default and one for copying from another `AnnotationSpecSetConfig` instance."],["It includes two key properties: `AllowMultiLabel`, a boolean to allow multiple labels, and `AnnotationSpecSet`, a string representing the resource name of the annotation spec set."],["The latest version of this class is `2.0.0-beta05` within the Google Cloud Data Labeling v1beta1 API, with older versions `2.0.0-beta04` and `1.0.0-beta03` also documented."]]],[]]