Data Labeling v1beta1 API - Class EventConfig (2.0.0-beta03)

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.

Inheritance

object > EventConfig

Namespace

Google.Cloud.DataLabeling.V1Beta1

Assembly

Google.Cloud.DataLabeling.V1Beta1.dll

Constructors

EventConfig()

public EventConfig()

EventConfig(EventConfig)

public EventConfig(EventConfig other)
Parameter
NameDescription
otherEventConfig

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
TypeDescription
RepeatedFieldstring