public sealed class EventConfig : IMessage<EventConfig>, IEquatable<EventConfig>, IDeepCloneable<EventConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Data Labeling v1beta1 API class EventConfig.
Config for video event human labeling task.
Implements
IMessageEventConfig, IEquatableEventConfig, IDeepCloneableEventConfig, 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 |
RepeatedFieldstring |