Data Labeling v1beta1 API - Class ImageClassificationAnnotation (2.0.0-beta03)

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.

Inheritance

object > ImageClassificationAnnotation

Namespace

Google.Cloud.DataLabeling.V1Beta1

Assembly

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