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."],[[["This document provides reference information for the `AnalyzeEntitySentimentRequest` class within the Google Cloud Natural Language v1 API, specifically version 3.6.0."],["The `AnalyzeEntitySentimentRequest` class is used to send entity-level sentiment analysis requests to the API and is found within the `Google.Cloud.Language.V1` namespace."],["The latest version available for this class is 3.7.0, but multiple older versions, ranging from 3.5.0 to 2.2.0, are also accessible."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its functionality and usage within the .NET environment."],["It has properties for `Document` and `EncodingType`, which are essential parameters for submitting an entity sentiment analysis request."]]],[]]