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 of the `ClassifyTextResponse` is 3.7.0, with the content provided focusing on version 2.3.0."],["`ClassifyTextResponse` is a message type used for document classification responses within the Google Cloud Language API, under the `Google.Cloud.Language.V1` namespace."],["The `ClassifyTextResponse` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["It includes a `Categories` property of type `RepeatedField\u003cClassificationCategory\u003e`, which represents the classification categories for the input document."],["There are two constructors for creating a `ClassifyTextResponse`, one default, and another that takes a `ClassifyTextResponse` object as a parameter."]]],[]]