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-04-09 UTC."],[[["This document provides reference documentation for the `ClassifyTextResponse` class within the Google Cloud Natural Language v1 API."],["`ClassifyTextResponse` is a message class that represents the response to a text classification request, and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers a property named `Categories`, which is a `RepeatedField` of `ClassificationCategory`, representing the categories found in the input document."],["There are multiple versions of the `ClassifyTextResponse` class available, from version 2.2.0 up to the latest version, 3.7.0."],["The ClassifyTextResponse class has two constructors, a default constructor `ClassifyTextResponse()`, and another that takes a `ClassifyTextResponse` object as an argument."]]],[]]