public sealed class ClassificationAnnotation : IMessage<ClassificationAnnotation>, IEquatable<ClassificationAnnotation>, IDeepCloneable<ClassificationAnnotation>, IBufferMessage, IMessage
Reference documentation and code samples for the Google AutoML v1 API class ClassificationAnnotation.
Contains annotation details specific to classification.
Implements
IMessageClassificationAnnotation, IEquatableClassificationAnnotation, IDeepCloneableClassificationAnnotation, IBufferMessage, IMessageNamespace
Google.Cloud.AutoML.V1Assembly
Google.Cloud.AutoML.V1.dll
Constructors
ClassificationAnnotation()
public ClassificationAnnotation()
ClassificationAnnotation(ClassificationAnnotation)
public ClassificationAnnotation(ClassificationAnnotation other)
Parameter | |
---|---|
Name | Description |
other |
ClassificationAnnotation |
Properties
Score
public float Score { get; set; }
Output only. A confidence estimate between 0.0 and 1.0. A higher value means greater confidence that the annotation is positive. If a user approves an annotation as negative or positive, the score value remains unchanged. If a user creates an annotation, the score is 0 for negative or 1 for positive.
Property Value | |
---|---|
Type | Description |
float |