public sealed class AnalyzeSyntaxRequest : IMessage<AnalyzeSyntaxRequest>, IEquatable<AnalyzeSyntaxRequest>, IDeepCloneable<AnalyzeSyntaxRequest>, IBufferMessage, IMessage
[[["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 used for sending syntax analysis requests to the Google Cloud Natural Language API, and it is part of version 3.0.0 of the `Google.Cloud.Language.V1` library."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the base `Object` class."],["There are two constructors for `AnalyzeSyntaxRequest`: a default constructor and another that takes another `AnalyzeSyntaxRequest` instance as a parameter."],["The class has two key properties: `Document`, which represents the input document for analysis, and `EncodingType`, which defines how the API calculates offsets."],["The documentation also provides access to older versions of this class, down to version 2.2.0, and as new as 3.7.0 (the latest version)."]]],[]]