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 for version 3.3.0."],["`ClassificationAnnotation` is a class that contains details about annotations used specifically for classification tasks within the AutoML API."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["The `ClassificationAnnotation` class contains a `Score` property, representing a confidence level between 0.0 and 1.0, of the annotation being correct."],["The latest version of the API is 3.4.0, but this documentation pertains to version 3.3.0, with references also available to previous versions down to 2.2.0."]]],[]]