public sealed class AnalyzeEntitySentimentResponse : IMessage<AnalyzeEntitySentimentResponse>, IEquatable<AnalyzeEntitySentimentResponse>, IDeepCloneable<AnalyzeEntitySentimentResponse>, IBufferMessage, IMessage
The entity-level sentiment analysis response message.
The language of the text, which will be the same as the language specified
in the request or, if not specified, the automatically-detected language.
See [Document.language][google.cloud.language.v1.Document.language] field for more details.
[[["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 webpage provides documentation for the `AnalyzeEntitySentimentResponse` class within the Google Cloud Natural Language API's .NET library, specifically for version 3.0.0."],["The `AnalyzeEntitySentimentResponse` class is designed to handle the response message for entity-level sentiment analysis, inheriting from `Object` and implementing multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["There are two constructors available for creating instances of `AnalyzeEntitySentimentResponse`: a default constructor and one that accepts another `AnalyzeEntitySentimentResponse` object."],["Key properties include `Entities`, which is a `RepeatedField` of `Entity` objects containing recognized entities and their sentiments, and `Language`, which stores the identified language of the analyzed text."],["The documentation also lists previous versions, all the way back to 2.2.0 and as current as 3.7.0, as well as other useful information, such as inherited members."]]],[]]