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"]],[["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-03-21 UTC."],[[["The latest version available for the Google Cloud Natural Language v1 API is 3.7.0, and the provided content details versions back to 2.2.0."],["`ClassifyTextResponse` is a class that represents the document classification response message in the Google Cloud Natural Language v1 API."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, demonstrating its role in message handling and data management."],["The `ClassifyTextResponse` class has constructors for default initialization and for creating a copy from another `ClassifyTextResponse` object."],["The `ClassifyTextResponse` class has a property named `Categories` of type `RepeatedField\u003cClassificationCategory\u003e` which contains the categories that represent the input document."]]],[]]