public sealed class AnnotationMetadata : IMessage<AnnotationMetadata>, IEquatable<AnnotationMetadata>, IDeepCloneable<AnnotationMetadata>, IBufferMessage, IMessage
Additional information associated with the annotation.
Implements
IMessage<AnnotationMetadata>, IEquatable<AnnotationMetadata>, IDeepCloneable<AnnotationMetadata>, IBufferMessage, IMessageNamespace
Google.Cloud.DataLabeling.V1Beta1Assembly
Google.Cloud.DataLabeling.V1Beta1.dll
Constructors
AnnotationMetadata()
public AnnotationMetadata()
AnnotationMetadata(AnnotationMetadata)
public AnnotationMetadata(AnnotationMetadata other)
Parameter | |
---|---|
Name | Description |
other | AnnotationMetadata |
Properties
OperatorMetadata
public OperatorMetadata OperatorMetadata { get; set; }
Metadata related to human labeling.
Property Value | |
---|---|
Type | Description |
OperatorMetadata |