Class PolylineConfig (1.0.0-beta03)

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

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