For calls to [AnalyzeEntitySentiment][] or if
[AnnotateTextRequest.Features.extract_entity_sentiment][google.cloud.language.v1.AnnotateTextRequest.Features.extract_entity_sentiment]
is set to true, this field will contain the sentiment expressed for this
mention of the entity in the provided document.
[[["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-04-09 UTC."],[[["The latest version available for the `EntityMention` class is 3.7.0, with this documentation specifically covering version 3.6.0, and it has versions all the way back to 2.2.0."],["`EntityMention` is a class within the Google Cloud Natural Language v1 API that represents a mention of an entity in text, currently supporting proper noun mentions."],["The `EntityMention` class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class provides properties such as `Sentiment` (for sentiment analysis), `Text` (for the mentioned text), and `Type` (for the type of entity mention)."],["There are two constructors for the class `EntityMention`, one taking no parameters, and the other taking another `EntityMention` object."]]],[]]