Class ImageClassificationAnnotation
Image classification annotation definition.
Inheritance
System.Object
ImageClassificationAnnotation
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 ImageClassificationAnnotation : IMessage<ImageClassificationAnnotation>, IEquatable<ImageClassificationAnnotation>, IDeepCloneable<ImageClassificationAnnotation>, IBufferMessage, IMessage
Constructors
ImageClassificationAnnotation()
Declaration
public ImageClassificationAnnotation()
ImageClassificationAnnotation(ImageClassificationAnnotation)
Declaration
public ImageClassificationAnnotation(ImageClassificationAnnotation other)
Parameters
| Type | Name | Description |
|---|---|---|
| ImageClassificationAnnotation | other |
Properties
AnnotationSpec
Label of image.
Declaration
public AnnotationSpec AnnotationSpec { get; set; }
Property Value
| Type | Description |
|---|---|
| AnnotationSpec |