public sealed class ImageClassificationAnnotation : IMessage<ImageClassificationAnnotation>, IEquatable<ImageClassificationAnnotation>, IDeepCloneable<ImageClassificationAnnotation>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class ImageClassificationAnnotation.
Annotation details specific to image classification.
Implements
IMessageImageClassificationAnnotation, IEquatableImageClassificationAnnotation, IDeepCloneableImageClassificationAnnotation, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1.SchemaAssembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
ImageClassificationAnnotation()
public ImageClassificationAnnotation()
ImageClassificationAnnotation(ImageClassificationAnnotation)
public ImageClassificationAnnotation(ImageClassificationAnnotation other)
Parameter | |
---|---|
Name | Description |
other |
ImageClassificationAnnotation |
Properties
AnnotationSpecId
public string AnnotationSpecId { get; set; }
The resource Id of the AnnotationSpec that this Annotation pertains to.
Property Value | |
---|---|
Type | Description |
string |
DisplayName
public string DisplayName { get; set; }
The display name of the AnnotationSpec that this Annotation pertains to.
Property Value | |
---|---|
Type | Description |
string |