public sealed class ClassificationCategory : IMessage<ClassificationCategory>, IEquatable<ClassificationCategory>, IDeepCloneable<ClassificationCategory>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Natural Language v1 API class ClassificationCategory.
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."],[[["The latest version available for the Google Cloud Natural Language v1 API class `ClassificationCategory` is 3.7.0, with several previous versions also accessible, including 3.6.0, 3.5.0, 3.4.0, 3.3.0, 3.2.0, 3.1.0, 3.0.0, 2.3.0, and 2.2.0."],["`ClassificationCategory` is a class that represents a category returned from the text classifier within the Google Cloud Natural Language v1 API."],["This class implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, extending its functionality."],["The class has two properties, `Confidence`, which is a float representing how certain the classifier is of a category, and `Name`, which is a string representing the category name."],["The `ClassificationCategory` class provides two constructors, one default and one taking another `ClassificationCategory` object as a parameter, allowing for object creation and cloning."]]],[]]