public sealed class AnalyzeEntitiesResponse : IMessage<AnalyzeEntitiesResponse>, IEquatable<AnalyzeEntitiesResponse>, IDeepCloneable<AnalyzeEntitiesResponse>, IBufferMessage, IMessage
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-03-21 UTC."],[[["The latest version available for `AnalyzeEntitiesResponse` is 3.7.0, with other listed versions ranging from 3.6.0 down to 2.2.0."],["`AnalyzeEntitiesResponse` is a message class used for entity analysis responses, inheriting from Object and implementing several interfaces including IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["The class has two constructors: a default constructor and one that accepts another `AnalyzeEntitiesResponse` object as a parameter, allowing for the creation of new instances and copying existing ones."],["It includes properties such as `Entities`, a `RepeatedField` of `Entity` objects representing recognized entities, and `Language`, a string property indicating the language of the analyzed text."],["The `AnalyzeEntitiesResponse` class resides within the `Google.Cloud.Language.V1` namespace and is part of the Google.Cloud.Language.V1.dll assembly."]]],[]]