Show / Hide Table of Contents

Class PolylineConfig

Config for image polyline human labeling task.

Inheritance
System.Object
PolylineConfig
Implements
IMessage<PolylineConfig>
System.IEquatable<PolylineConfig>
IDeepCloneable<PolylineConfig>
Google.Protobuf.IBufferMessage
IMessage
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
Back to top