public sealed class AnalyzeEntitySentimentRequest : IMessage<AnalyzeEntitySentimentRequest>, IEquatable<AnalyzeEntitySentimentRequest>, IDeepCloneable<AnalyzeEntitySentimentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Natural Language v1 API class AnalyzeEntitySentimentRequest.
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 `AnalyzeEntitySentimentRequest` class is used to send requests for entity-level sentiment analysis to the Google Cloud Natural Language v1 API."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which allow for message handling, comparison, and cloning capabilities."],["The `AnalyzeEntitySentimentRequest` has two constructors, one default and one that accepts another `AnalyzeEntitySentimentRequest` object for copying."],["It includes two key properties, `Document`, which specifies the input document, and `EncodingType`, which defines the encoding type used to calculate offsets in the API."],["The latest version of this class documentation available is 3.7.0, with multiple prior versions also accessible, dating back to 2.2.0."]]],[]]