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"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `ClassificationAnnotation` class contains details specific to classification annotations within the Google Cloud AutoML V1 framework."],["This class is available in multiple versions, with the latest being 3.4.0 and version 2.5.0 being the current context."],["`ClassificationAnnotation` inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes a `Score` property, which is a confidence estimate ranging from 0.0 to 1.0, indicating the certainty of the annotation's positivity, and is set to 0 for negative user creation or 1 for positive user creations."],["The class has two constructors: a default constructor, and a constructor that accepts another `ClassificationAnnotation` object as a parameter for the purpose of cloning."]]],[]]