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."],[[["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()`."]]],[]]