public sealed class AnalyzeEntitiesResponse : IMessage<AnalyzeEntitiesResponse>, IEquatable<AnalyzeEntitiesResponse>, IDeepCloneable<AnalyzeEntitiesResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Natural Language v1 API class AnalyzeEntitiesResponse.
The language of the text, which will be the same as the language specified
in the request or, if not specified, the automatically-detected language.
See [Document.language][google.cloud.language.v1.Document.language] field
for more details.
[[["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 document provides reference information for the `AnalyzeEntitiesResponse` class within the Google Cloud Natural Language v1 API."],["This class is used to receive the response of an entity analysis request, detailing recognized entities within a text document."],["The `AnalyzeEntitiesResponse` class, as defined in the Google Cloud Natural Language API v1, has several versions available, from 2.2.0 up to the latest 3.7.0."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and the members and properties that it inherits from them."],["The response contains two primary properties: a `RepeatedField\u003cEntity\u003e` called `Entities` that includes the recognized entities, and a `Language` string property, indicating the language of the analyzed text."]]],[]]