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-03-21 UTC."],[[["This webpage details the `ClassificationCategory` class, which represents a category returned from the text classifier within the Google Cloud Natural Language API."],["The latest version of `ClassificationCategory` is 3.7.0, with multiple older versions available, including the described 2.2.0 version."],["`ClassificationCategory` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and also inherits from the base `Object` class."],["The `ClassificationCategory` class includes two properties, `Confidence` (a float representing the classifier's certainty) and `Name` (a string containing the category's name)."],["The class also provides two constructors, a default one, and one to create an instance from an existing `ClassificationCategory` object."]]],[]]