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 for .NET."],["The `AnalyzeEntitiesRequest` class is used to send entity analysis requests and is implemented as a sealed class inheriting from `object` and implementing several interfaces."],["The latest version of `AnalyzeEntitiesRequest` is 3.7.0, and documentation for versions 3.6.0 down to 2.2.0 are also available."],["The `AnalyzeEntitiesRequest` class includes properties like `Document` (the input document) and `EncodingType` (the type of encoding used for offset calculations)."],["`AnalyzeEntitiesRequest` has public constructor options: one that initializes an empty instance, and one that instantiates an object based on an existing `AnalyzeEntitiesRequest` object."]]],[]]