Class PolylineConfig
Config for image polyline human labeling task.
Inheritance
System.Object
PolylineConfig
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 PolylineConfig : IMessage<PolylineConfig>, IEquatable<PolylineConfig>, IDeepCloneable<PolylineConfig>, IBufferMessage, IMessage
Constructors
PolylineConfig()
Declaration
public PolylineConfig()
PolylineConfig(PolylineConfig)
Declaration
public PolylineConfig(PolylineConfig other)
Parameters
| Type | Name | Description |
|---|---|---|
| PolylineConfig | other |
Properties
AnnotationSpecSet
Required. Annotation spec set resource name.
Declaration
public string AnnotationSpecSet { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
InstructionMessage
Optional. Instruction message showed on contributors UI.
Declaration
public string InstructionMessage { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |