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.Language.V1` namespace, which is part of the Google Cloud Natural Language API .NET client library."],["The `AnalyzeEntitySentimentResponse` class is used to represent the response from an entity-level sentiment analysis, containing information about recognized entities and their associated sentiments within a given text document."],["The documentation covers various versions of the library, with the most recent being version 3.7.0 and the current version of the documentation showing information on version 2.3.0."],["The `AnalyzeEntitySentimentResponse` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and includes properties such as `Entities` and `Language`."],["The class includes both a parameterless constructor, and one that takes in an instance of the same class, which is a common practice for copying instances of a class."]]],[]]