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 page provides reference documentation for the `ClassificationCategory` class within the Google Cloud Natural Language v1 API."],["The `ClassificationCategory` class is used to represent a category assigned to text by the classifier."],["The documentation includes details on the class's inheritance, interfaces it implements, constructors, and properties, including `Confidence` and `Name`."],["Multiple versions of the API are available, ranging from version 2.2.0 up to the latest version, 3.7.0."],["The class represents the pre-defined category found in the document using a single name and the confidence of the classifier for that category."]]],[]]