public sealed class ClassificationCategory : IMessage<ClassificationCategory>, IEquatable<ClassificationCategory>, IDeepCloneable<ClassificationCategory>, IBufferMessage, IMessage
Represents a category returned from the text classifier.
[[["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-04-09 UTC."],[[["This webpage details the `ClassificationCategory` class, which represents a category returned from the text classifier in the Google Cloud Natural Language API."],["The latest version of `ClassificationCategory` is 3.7.0, with multiple older versions available, including the currently documented version 2.3.0."],["`ClassificationCategory` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ClassificationCategory` class has two constructors and two properties: `Confidence`, representing the classifier's certainty, and `Name`, representing the document's category from a predefined taxonomy."],["The class inherits members such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString` from the `Object` class."]]],[]]