public sealed class ClassificationAnnotation : IMessage<ClassificationAnnotation>, IEquatable<ClassificationAnnotation>, IDeepCloneable<ClassificationAnnotation>, IBufferMessage, IMessage
Contains annotation details specific to classification.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This webpage provides documentation for the `ClassificationAnnotation` class within the `Google.Cloud.AutoML.V1` namespace, specifically for version 2.2.0."],["The `ClassificationAnnotation` class, which is sealed and implements multiple interfaces, contains details specific to classification, inheriting from the base `Object` class."],["The class includes a public property called `Score` of type `Single`, representing a confidence estimate between 0.0 and 1.0, and is also output only."],["There are two constructors for the `ClassificationAnnotation` class, one with no parameters and one that accepts another `ClassificationAnnotation` object."],["The page also provides links to various versions of the `ClassificationAnnotation` documentation, ranging from version 2.2.0 to the latest, 3.4.0."]]],[]]