public sealed class ImageClassificationAnnotation : IMessage<ImageClassificationAnnotation>, IEquatable<ImageClassificationAnnotation>, IDeepCloneable<ImageClassificationAnnotation>, IBufferMessage, IMessage
Image classification annotation definition.
Implements
IMessage<ImageClassificationAnnotation>, IEquatable<ImageClassificationAnnotation>, IDeepCloneable<ImageClassificationAnnotation>, IBufferMessage, IMessageNamespace
Google.Cloud.DataLabeling.V1Beta1Assembly
Google.Cloud.DataLabeling.V1Beta1.dll
Constructors
ImageClassificationAnnotation()
public ImageClassificationAnnotation()
ImageClassificationAnnotation(ImageClassificationAnnotation)
public ImageClassificationAnnotation(ImageClassificationAnnotation other)
Parameter | |
---|---|
Name | Description |
other | ImageClassificationAnnotation |
Properties
AnnotationSpec
public AnnotationSpec AnnotationSpec { get; set; }
Label of image.
Property Value | |
---|---|
Type | Description |
AnnotationSpec |