Class BoundingPolyConfig (1.0.0-beta03)

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

Config for image bounding poly (and bounding box) human labeling task.

Inheritance

Object > BoundingPolyConfig

Namespace

Google.Cloud.DataLabeling.V1Beta1

Assembly

Google.Cloud.DataLabeling.V1Beta1.dll

Constructors

BoundingPolyConfig()

public BoundingPolyConfig()

BoundingPolyConfig(BoundingPolyConfig)

public BoundingPolyConfig(BoundingPolyConfig other)
Parameter
NameDescription
otherBoundingPolyConfig

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