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."],[[["This webpage provides documentation for the `ClassificationAnnotation` class within the Google AutoML v1 API, specifically version 3.1.0, as well as other versions."],["The `ClassificationAnnotation` class contains details relevant to classification annotations, inheriting from `Object` and implementing multiple interfaces."],["The class includes properties like `Score`, a confidence estimate ranging from 0.0 to 1.0, indicating the certainty of a positive annotation."],["The `ClassificationAnnotation` class also includes constructors, `ClassificationAnnotation()`, and `ClassificationAnnotation(ClassificationAnnotation)`, allowing for the creation of new instances."],["The latest version of the `ClassificationAnnotation` class is 3.4.0 while this documentation pertains to version 3.1.0, in the Google.Cloud.AutoML.V1 namespace."]]],[]]