public sealed class PolylineConfig : IMessage<PolylineConfig>, IEquatable<PolylineConfig>, IDeepCloneable<PolylineConfig>, IBufferMessage, IMessage
Config for image polyline human labeling task.
Implements
IMessage<PolylineConfig>, IEquatable<PolylineConfig>, IDeepCloneable<PolylineConfig>, IBufferMessage, IMessageNamespace
Google.Cloud.DataLabeling.V1Beta1Assembly
Google.Cloud.DataLabeling.V1Beta1.dll
Constructors
PolylineConfig()
public PolylineConfig()
PolylineConfig(PolylineConfig)
public PolylineConfig(PolylineConfig other)
Parameter | |
---|---|
Name | Description |
other | PolylineConfig |
Properties
AnnotationSpecSet
public string AnnotationSpecSet { get; set; }
Required. Annotation spec set resource name.
Property Value | |
---|---|
Type | Description |
String |
InstructionMessage
public string InstructionMessage { get; set; }
Optional. Instruction message showed on contributors UI.
Property Value | |
---|---|
Type | Description |
String |