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 `ClassificationCategory` class is part of the Google Cloud Natural Language v1 API, specifically within the `Google.Cloud.Language.V1` namespace."],["This class represents a category returned by a text classifier and is designed for use in .NET applications, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of the API is 3.7.0, and the content specifically covers version 3.6.0, although prior versions back to 2.2.0 are also listed."],["`ClassificationCategory` objects have two key properties: `Confidence`, a float indicating the classifier's certainty, and `Name`, a string representing the category name."],["There are two constructor overloads provided for the `ClassificationCategory` class, one parameterless, and one that takes another `ClassificationCategory` as a parameter."]]],[]]