Cloud AI Platform v1beta1 API - Class ImageClassificationAnnotation (1.0.0-beta03)

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.

Inheritance

object > ImageClassificationAnnotation

Namespace

Google.Cloud.AIPlatform.V1Beta1.Schema

Assembly

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