Show / Hide Table of Contents

Class AnnotationMetadata

Additional information associated with the annotation.

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

Constructors

AnnotationMetadata()

Declaration
public AnnotationMetadata()

AnnotationMetadata(AnnotationMetadata)

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

Properties

OperatorMetadata

Metadata related to human labeling.

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