[[["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-09-04 UTC."],[],[],null,["# Method: googleapis.language.v1.documents.analyzeEntitySentiment\n\nFinds entities, similar to AnalyzeEntities in the text and analyzes\nsentiment associated with each entity and its mentions.\n\nArguments\n---------\n\nRaised exceptions\n-----------------\n\nResponse\n--------\n\nIf successful, the response contains an instance of [`AnalyzeEntitySentimentResponse`](/workflows/docs/reference/googleapis/language/v1/Overview#AnalyzeEntitySentimentResponse).\n\nSubworkflow snippet\n-------------------\n\nSome fields might be optional or required.\nTo identify required fields, refer to the [API documentation](https://cloud.google.com/natural-language/docs/reference/rest/v1/documents/analyzeEntitySentiment). \n\n### YAML\n\n```yaml\n- analyzeEntitySentiment:\n call: googleapis.language.v1.documents.analyzeEntitySentiment\n args:\n body:\n document:\n content: ...\n gcsContentUri: ...\n language: ...\n type: ...\n encodingType: ...\n result: analyzeEntitySentimentResult\n```\n\n### JSON\n\n```json\n[\n {\n \"analyzeEntitySentiment\": {\n \"call\": \"googleapis.language.v1.documents.analyzeEntitySentiment\",\n \"args\": {\n \"body\": {\n \"document\": {\n \"content\": \"...\",\n \"gcsContentUri\": \"...\",\n \"language\": \"...\",\n \"type\": \"...\"\n },\n \"encodingType\": \"...\"\n }\n },\n \"result\": \"analyzeEntitySentimentResult\"\n }\n }\n]\n```"]]