public sealed class EventConfig : IMessage<EventConfig>, IEquatable<EventConfig>, IDeepCloneable<EventConfig>, IBufferMessage, IMessage
Config for video event human labeling task.
Implements
IMessage<EventConfig>, IEquatable<EventConfig>, IDeepCloneable<EventConfig>, IBufferMessage, IMessageNamespace
Google.Cloud.DataLabeling.V1Beta1Assembly
Google.Cloud.DataLabeling.V1Beta1.dll
Constructors
EventConfig()
public EventConfig()
EventConfig(EventConfig)
public EventConfig(EventConfig other)
Parameter | |
---|---|
Name | Description |
other | EventConfig |
Properties
AnnotationSpecSets
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.
Property Value | |
---|---|
Type | Description |
RepeatedField<String> |