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, specifically version 3.4.0."],["`ClassifyTextResponse` is used for handling document classification responses and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, a default one and one that accepts another `ClassifyTextResponse` object as a parameter to copy properties."],["It includes a `Categories` property, which is a `RepeatedField` of `ClassificationCategory` and represents the document's classification."],["The documentation provides links to various version numbers, allowing you to explore the documentation related to those specific versions of this class, with version 3.7.0 being the latest."]]],[]]