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

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.

Inheritance

object > PolylineConfig

Namespace

Google.Cloud.DataLabeling.V1Beta1

Assembly

Google.Cloud.DataLabeling.V1Beta1.dll

Constructors

PolylineConfig()

public PolylineConfig()

PolylineConfig(PolylineConfig)

public PolylineConfig(PolylineConfig other)
Parameter
NameDescription
otherPolylineConfig

Properties

AnnotationSpecSet

public string AnnotationSpecSet { get; set; }

Required. Annotation spec set resource name.

Property Value
TypeDescription
string

InstructionMessage

public string InstructionMessage { get; set; }

Optional. Instruction message showed on contributors UI.

Property Value
TypeDescription
string