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 `AnalyzeEntitySentimentRequest` class is used to send requests for entity-level sentiment analysis and is the core focus of this documentation page."],["This class has been implemented to inherit from `Object` while also utilizing multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` for enhanced functionality."],["It provides properties like `Document` to specify the input document and `EncodingType` to manage text offset calculations."],["The class has two constructors: a default one and one that allows creating a new request by copying an existing `AnalyzeEntitySentimentRequest`."],["The document lists various versions of the request, with the latest version being 3.7.0, and it details the different versions accessible to developers."]]],[]]