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.
Implements
IMessageBoundingPolyConfig, IEquatableBoundingPolyConfig, IDeepCloneableBoundingPolyConfig, 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 |