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

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

Reference documentation and code samples for the Data Labeling v1beta1 API class BoundingPolyConfig.

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
Name Description
other BoundingPolyConfig

Properties

AnnotationSpecSet

public string AnnotationSpecSet { get; set; }

Required. Annotation spec set resource name.

Property Value
Type Description
string

InstructionMessage

public string InstructionMessage { get; set; }

Optional. Instruction message showed on contributors UI.

Property Value
Type Description
string