public sealed class AnnotationSpecSetConfig : IMessage<VideoClassificationConfig.Types.AnnotationSpecSetConfig>, IEquatable<VideoClassificationConfig.Types.AnnotationSpecSetConfig>, IDeepCloneable<VideoClassificationConfig.Types.AnnotationSpecSetConfig>, IBufferMessage, IMessage
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 `AnnotationSpecSetConfig` class allows for the configuration of annotation spec sets, determining whether multiple labels can be selected."],["It is part of the `Google.Cloud.DataLabeling.V1Beta1` namespace, and the latest version is `2.0.0-beta05`, while the content provided refers to version `1.0.0-beta03`."],["This class inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, providing methods for deep cloning and message handling."],["It has properties like `AllowMultiLabel`, which is a boolean to allow multiple label selections, and `AnnotationSpecSet`, which is a string for the resource name, and is a required property."],["There are two constructors available, one default and one that accepts another `AnnotationSpecSetConfig` object for parameter values."]]],[]]