public RepeatedField<string> AnnotationSpecSets { get; }
Required. The list of annotation spec set resource name. Similar to video
classification, we support selecting event from multiple AnnotationSpecSet
at the same time.
[[["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 `EventConfig` class, part of the Data Labeling v1beta1 API, is designed for configuring video event human labeling tasks."],["This class, `EventConfig`, is a sealed class implementing `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The `EventConfig` class has two constructors, one parameterless and the other accepting another `EventConfig` object, which would allow you to clone or duplicate the class."],["The `EventConfig` class uses a property called `AnnotationSpecSets`, which is a list of annotation specification set names, allowing multiple sets to be used simultaneously for classifying events."],["The current documentation supports versions `2.0.0-beta05` which is the latest, `2.0.0-beta04` and `1.0.0-beta03`."]]],[]]