public sealed class AnalyzeEntitySentimentRequest : IMessage<AnalyzeEntitySentimentRequest>, IEquatable<AnalyzeEntitySentimentRequest>, IDeepCloneable<AnalyzeEntitySentimentRequest>, IBufferMessage, IMessage
The entity-level sentiment analysis request message.
[[["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 of the `AnalyzeEntitySentimentRequest` is 3.7.0, with the content also providing access to previous versions from 3.6.0 down to 2.2.0."],["`AnalyzeEntitySentimentRequest` is a sealed class that facilitates entity-level sentiment analysis requests within the Google Cloud Natural Language API."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in data handling and message processing."],["It includes constructors to create new instances and also accepts another `AnalyzeEntitySentimentRequest` object, and has properties to set the input document and the encoding type, both integral parts of an entity sentiment analysis."],["The class is located within the `Google.Cloud.Language.V1` namespace and the relevant assembly is `Google.Cloud.Language.V1.dll`."]]],[]]