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.
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 is part of the Google AutoML v1 API, designed for handling classification-specific annotation details."],["Version 3.4.0 is the latest version of the API, while 3.2.0 is the current version discussed on the page, and it lists various previous versions, going as low as 2.2.0."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, inheriting from the `object` class."],["The class includes a `Score` property, which is an output-only confidence estimate ranging from 0.0 to 1.0, and is a float value."],["There are two constructors for the class, a default constructor, and one that takes another `ClassificationAnnotation` as a parameter."]]],[]]