public sealed class AnalyzeEntitiesRequest : IMessage<AnalyzeEntitiesRequest>, IEquatable<AnalyzeEntitiesRequest>, IDeepCloneable<AnalyzeEntitiesRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Natural Language v1 API class AnalyzeEntitiesRequest.
[[["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."],[[["This webpage provides reference documentation for the `AnalyzeEntitiesRequest` class within the Google Cloud Natural Language v1 API."],["The latest version of the documentation is 3.7.0, with links available to versions back to 2.2.0."],["The `AnalyzeEntitiesRequest` class is used as an entity analysis request message and implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors and two properties: `Document`, which takes the input document, and `EncodingType`, which represents the encoding used for calculating offsets."],["The class inherits members from the `object` class and resides in the `Google.Cloud.Language.V1` namespace."]]],[]]