public sealed class ImageClassificationAnnotation : IMessage<ImageClassificationAnnotation>, IEquatable<ImageClassificationAnnotation>, IDeepCloneable<ImageClassificationAnnotation>, IBufferMessage, IMessage
Reference documentation and code samples for the Data Labeling v1beta1 API class ImageClassificationAnnotation.
Image classification annotation definition.
Implements
IMessageImageClassificationAnnotation, IEquatableImageClassificationAnnotation, IDeepCloneableImageClassificationAnnotation, 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 |