public sealed class PolylineConfig : IMessage<PolylineConfig>, IEquatable<PolylineConfig>, IDeepCloneable<PolylineConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Data Labeling v1beta1 API class PolylineConfig.
Config for image polyline human labeling task.
Implements
IMessagePolylineConfig, IEquatablePolylineConfig, IDeepCloneablePolylineConfig, 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 |