public sealed class ClassifyTextResponse : IMessage<ClassifyTextResponse>, IEquatable<ClassifyTextResponse>, IDeepCloneable<ClassifyTextResponse>, IBufferMessage, IMessage
[[["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 `ClassifyTextResponse` class is a document classification response message within the Google Cloud Natural Language API's .NET library."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the `Object` class."],["The latest version of the API available is 3.7.0, with several previous versions also accessible and documented, all the way back to 2.2.0."],["`ClassifyTextResponse` objects can be created using a default constructor or a copy constructor that accepts another `ClassifyTextResponse` instance as a parameter."],["It contains a `Categories` property, which is a `RepeatedField` of `ClassificationCategory` objects representing the classification results for the input document."]]],[]]