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-04-09 UTC."],[[["This document provides reference documentation for the `AnalyzeEntitiesRequest` class within the Google Cloud Natural Language v1 API, specifically in version 3.6.0."],["`AnalyzeEntitiesRequest` is a message class used to request entity analysis from the API, and it implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `object` and includes members from it such as `GetHashCode()`, `GetType()`, and `ToString()`."],["It has two constructors: a default constructor `AnalyzeEntitiesRequest()` and a constructor that takes another `AnalyzeEntitiesRequest` object as a parameter for cloning."],["The class also defines two properties: `Document` for the input document, and `EncodingType` for specifying the encoding used to calculate offsets."]]],[]]