Show / Hide Table of Contents

Class EventConfig

Config for video event human labeling task.

Inheritance
System.Object
EventConfig
Implements
IMessage<EventConfig>
System.IEquatable<EventConfig>
IDeepCloneable<EventConfig>
Google.Protobuf.IBufferMessage
IMessage
Inherited Members
System.Object.ToString()
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Google.Cloud.DataLabeling.V1Beta1
Assembly: Google.Cloud.DataLabeling.V1Beta1.dll
Syntax
public sealed class EventConfig : IMessage<EventConfig>, IEquatable<EventConfig>, IDeepCloneable<EventConfig>, IBufferMessage, IMessage

Constructors

EventConfig()

Declaration
public EventConfig()

EventConfig(EventConfig)

Declaration
public EventConfig(EventConfig other)
Parameters
Type Name Description
EventConfig other

Properties

AnnotationSpecSets

Required. The list of annotation spec set resource name. Similar to video classification, we support selecting event from multiple AnnotationSpecSet at the same time.

Declaration
public RepeatedField<string> AnnotationSpecSets { get; }
Property Value
Type Description
RepeatedField<System.String>
Back to top