public sealed class SegmentationConfig : IMessage<SegmentationConfig>, IEquatable<SegmentationConfig>, IDeepCloneable<SegmentationConfig>, IBufferMessage, IMessage
Config for image segmentation
Implements
IMessage<SegmentationConfig>, IEquatable<SegmentationConfig>, IDeepCloneable<SegmentationConfig>, IBufferMessage, IMessageNamespace
Google.Cloud.DataLabeling.V1Beta1Assembly
Google.Cloud.DataLabeling.V1Beta1.dll
Constructors
SegmentationConfig()
public SegmentationConfig()
SegmentationConfig(SegmentationConfig)
public SegmentationConfig(SegmentationConfig other)
Parameter | |
---|---|
Name | Description |
other | SegmentationConfig |
Properties
AnnotationSpecSet
public string AnnotationSpecSet { get; set; }
Required. Annotation spec set resource name. format: projects/{project_id}/annotationSpecSets/{annotation_spec_set_id}
Property Value | |
---|---|
Type | Description |
String |
InstructionMessage
public string InstructionMessage { get; set; }
Instruction message showed on labelers UI.
Property Value | |
---|---|
Type | Description |
String |