Show / Hide Table of Contents

Class ImageClassificationAnnotation

Image classification annotation definition.

Inheritance
System.Object
ImageClassificationAnnotation
Implements
IMessage<ImageClassificationAnnotation>
System.IEquatable<ImageClassificationAnnotation>
IDeepCloneable<ImageClassificationAnnotation>
Google.Protobuf.IBufferMessage
IMessage
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
Back to top