Class ClassificationAnnotation
Contains annotation details specific to classification.
Inheritance
System.Object
ClassificationAnnotation
Inherited Members
System.Object.ToString()
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Google.Cloud.AutoML.V1
Assembly: Google.Cloud.AutoML.V1.dll
Syntax
public sealed class ClassificationAnnotation : IMessage<ClassificationAnnotation>, IEquatable<ClassificationAnnotation>, IDeepCloneable<ClassificationAnnotation>, IBufferMessage, IMessage
Constructors
ClassificationAnnotation()
Declaration
public ClassificationAnnotation()
ClassificationAnnotation(ClassificationAnnotation)
Declaration
public ClassificationAnnotation(ClassificationAnnotation other)
Parameters
Type | Name | Description |
---|---|---|
ClassificationAnnotation | other |
Properties
Score
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.
Declaration
public float Score { get; set; }
Property Value
Type | Description |
---|---|
System.Single |