public sealed class SegmentationConfig : IMessage<SegmentationConfig>, IEquatable<SegmentationConfig>, IDeepCloneable<SegmentationConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Data Labeling v1beta1 API class SegmentationConfig.
Config for image segmentation
Implements
IMessageSegmentationConfig, IEquatableSegmentationConfig, IDeepCloneableSegmentationConfig, 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 |