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

public sealed class ObjectTrackingConfig : IMessage<ObjectTrackingConfig>, IEquatable<ObjectTrackingConfig>, IDeepCloneable<ObjectTrackingConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Data Labeling v1beta1 API class ObjectTrackingConfig.

Config for video object tracking human labeling task.

Inheritance

object > ObjectTrackingConfig

Namespace

Google.Cloud.DataLabeling.V1Beta1

Assembly

Google.Cloud.DataLabeling.V1Beta1.dll

Constructors

ObjectTrackingConfig()

public ObjectTrackingConfig()

ObjectTrackingConfig(ObjectTrackingConfig)

public ObjectTrackingConfig(ObjectTrackingConfig other)
Parameter
NameDescription
otherObjectTrackingConfig

Properties

AnnotationSpecSet

public string AnnotationSpecSet { get; set; }

Required. Annotation spec set resource name.

Property Value
TypeDescription
string