public sealed class AnalyzeSyntaxRequest : IMessage<AnalyzeSyntaxRequest>, IEquatable<AnalyzeSyntaxRequest>, IDeepCloneable<AnalyzeSyntaxRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Natural Language v1 API class AnalyzeSyntaxRequest.
[[["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 `AnalyzeSyntaxRequest` class is part of the Google Cloud Natural Language v1 API, specifically found in the `Google.Cloud.Language.V1` namespace and `Google.Cloud.Language.V1.dll` assembly."],["This class, `AnalyzeSyntaxRequest`, is used to send requests for syntax analysis to the API."],["The latest version available in this document is 3.7.0, while older versions dating back to 2.2.0 are also listed."],["The class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["It includes properties like `Document` (the input document) and `EncodingType` (the encoding used for offset calculations)."]]],[]]