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 documentation for the `ClassificationCategory` class within the Google Cloud Natural Language v1 API, specifically for .NET development."],["The `ClassificationCategory` class represents a category returned from the text classifier, with properties for the classifier's confidence (`Confidence`) and the category name (`Name`)."],["Version history is available, including the latest version (3.7.0) and older versions such as 3.1.0, in addition to other versions listed between them."],["The `ClassificationCategory` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["The documentation outlines the two constructors available for creating a `ClassificationCategory` object, including a default constructor and one that takes another `ClassificationCategory` as a parameter."]]],[]]