public sealed class BoundingPolyConfig : IMessage<BoundingPolyConfig>, IEquatable<BoundingPolyConfig>, IDeepCloneable<BoundingPolyConfig>, IBufferMessage, IMessage
Config for image bounding poly (and bounding box) human labeling task.
Implements
IMessage<BoundingPolyConfig>, IEquatable<BoundingPolyConfig>, IDeepCloneable<BoundingPolyConfig>, IBufferMessage, IMessageNamespace
Google.Cloud.DataLabeling.V1Beta1Assembly
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 |