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."],[[["This webpage provides reference documentation for the `AnalyzeEntitiesResponse` class within the Google Cloud Natural Language v1 API."],["The latest version of the documentation is for version 3.7.0, while this current content is for version 3.1.0 of the class."],["The `AnalyzeEntitiesResponse` class is used as the message for the entity analysis response from the API, inheriting from several interfaces."],["Key properties of the class include `Entities`, a `RepeatedField` of `Entity`, and `Language`, representing the detected language."],["The provided content has a list of versions of the `AnalyzeEntitiesResponse` class, going back to 2.2.0, along with a set of inherited members."]]],[]]