Show / Hide Table of Contents

Class SegmentationConfig

Config for image segmentation

Inheritance
System.Object
SegmentationConfig
Implements
IMessage<SegmentationConfig>
System.IEquatable<SegmentationConfig>
IDeepCloneable<SegmentationConfig>
Google.Protobuf.IBufferMessage
IMessage
Inherited Members
System.Object.ToString()
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Google.Cloud.DataLabeling.V1Beta1
Assembly: Google.Cloud.DataLabeling.V1Beta1.dll
Syntax
public sealed class SegmentationConfig : IMessage<SegmentationConfig>, IEquatable<SegmentationConfig>, IDeepCloneable<SegmentationConfig>, IBufferMessage, IMessage

Constructors

SegmentationConfig()

Declaration
public SegmentationConfig()

SegmentationConfig(SegmentationConfig)

Declaration
public SegmentationConfig(SegmentationConfig other)
Parameters
Type Name Description
SegmentationConfig other

Properties

AnnotationSpecSet

Required. Annotation spec set resource name. format: projects/{project_id}/annotationSpecSets/{annotation_spec_set_id}

Declaration
public string AnnotationSpecSet { get; set; }
Property Value
Type Description
System.String

InstructionMessage

Instruction message showed on labelers UI.

Declaration
public string InstructionMessage { get; set; }
Property Value
Type Description
System.String
Back to top