public sealed class ClassifyTextResponse : IMessage<ClassifyTextResponse>, IEquatable<ClassifyTextResponse>, IDeepCloneable<ClassifyTextResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Natural Language v1 API class ClassifyTextResponse.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This document provides reference information for the `ClassifyTextResponse` class within the Google Cloud Natural Language v1 API, with the latest version being 3.7.0."],["`ClassifyTextResponse` is a message that represents the response to a document classification request and has various versions available, ranging from 2.2.0 to 3.7.0."],["The `ClassifyTextResponse` class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ClassifyTextResponse` class has constructors, including a default constructor and a copy constructor, and contains a `Categories` property, which is a `RepeatedField` of `ClassificationCategory`."],["The document also lists inherited members from the `object` class, such as `GetHashCode()`, `GetType()`, and `ToString()`."]]],[]]