Show / Hide Table of Contents

Class LabelImageSegmentationOperationMetadata

Details of a LabelImageSegmentation operation metadata.

Inheritance
System.Object
LabelImageSegmentationOperationMetadata
Implements
IMessage<LabelImageSegmentationOperationMetadata>
System.IEquatable<LabelImageSegmentationOperationMetadata>
IDeepCloneable<LabelImageSegmentationOperationMetadata>
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 LabelImageSegmentationOperationMetadata : IMessage<LabelImageSegmentationOperationMetadata>, IEquatable<LabelImageSegmentationOperationMetadata>, IDeepCloneable<LabelImageSegmentationOperationMetadata>, IBufferMessage, IMessage

Constructors

LabelImageSegmentationOperationMetadata()

Declaration
public LabelImageSegmentationOperationMetadata()

LabelImageSegmentationOperationMetadata(LabelImageSegmentationOperationMetadata)

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

Properties

BasicConfig

Basic human annotation config.

Declaration
public HumanAnnotationConfig BasicConfig { get; set; }
Property Value
Type Description
HumanAnnotationConfig
Back to top