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."],[[["This webpage provides reference documentation for the `ClassificationCategory` class within the Google Cloud Natural Language v1 API for .NET."],["The `ClassificationCategory` class represents a category assigned by the text classifier, and the latest version available is 3.7.0, with other listed versions going back to 2.2.0."],["The `ClassificationCategory` class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["Key properties of the `ClassificationCategory` class include `Confidence`, representing the classifier's certainty in the category, and `Name`, which holds the category name."],["There are two constructors provided for the `ClassificationCategory` class, one with no arguments, and another that takes in another `ClassificationCategory` object as a parameter."]]],[]]