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 `AnalyzeEntitiesResponse` class is used to represent the response from an entity analysis operation in the Google Cloud Natural Language API."],["This class is part of the `Google.Cloud.Language.V1` namespace and is available in the `Google.Cloud.Language.V1.dll` assembly."],["The `AnalyzeEntitiesResponse` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring compatibility and deep cloning capabilities."],["The response includes a list of `Entities` (recognized entities in the document) and the `Language` detected or specified for the analyzed text."],["There are multiple versions of this API, with version 3.7.0 being the latest, but this page specifically covers the documentation for version 2.2.0 of the `AnalyzeEntitiesResponse`."]]],[]]