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 `ClassifyTextResponse` class is 3.7.0, and the documentation provides access to multiple older versions, down to version 2.2.0."],["`ClassifyTextResponse` is a class within the Google Cloud Natural Language v1 API, specifically designed to manage the response message for document classification."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its integration with Google Protobuf and .NET's object model."],["The `ClassifyTextResponse` class has two constructors, one default and another that takes another `ClassifyTextResponse` instance for deep copying."],["It contains a `Categories` property, of type `RepeatedField\u003cClassificationCategory\u003e`, which holds the categories found in the input document, based on the classification provided."]]],[]]