public sealed class ClassificationCategory : IMessage<ClassificationCategory>, IEquatable<ClassificationCategory>, IDeepCloneable<ClassificationCategory>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Natural Language v2 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-03-21 UTC."],[[["`ClassificationCategory` is a class within the Cloud Natural Language v2 API, representing a category returned by the text classifier."],["This class inherits from `object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ClassificationCategory` class has two constructors: a default constructor and one that accepts another `ClassificationCategory` object as a parameter."],["It contains properties `Confidence`, representing the classifier's certainty of the category, and `Name`, indicating the category name."],["The latest version is 1.0.0-beta05, and this documentation also shows the previous version, 1.0.0-beta04."]]],[]]