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 latest version available for `ClassifyTextResponse` is 3.7.0, with versions ranging down to 2.2.0 also being accessible."],["`ClassifyTextResponse` is a document classification response message that inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ClassifyTextResponse` class is part of the `Google.Cloud.Language.V1` namespace and is found within the `Google.Cloud.Language.V1.dll` assembly."],["This class offers two constructors: a default constructor `ClassifyTextResponse()` and another one `ClassifyTextResponse(ClassifyTextResponse other)` that takes an existing instance of `ClassifyTextResponse` as a parameter."],["The `Categories` property, of type `RepeatedField\u003cClassificationCategory\u003e`, is present within this class, and represents the input document's classification categories."]]],[]]