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."],[[["This webpage documents the `AnalyzeSyntaxRequest` class within the `Google.Cloud.Language.V1` namespace, specifically for version 2.3.0 of the library."],["`AnalyzeSyntaxRequest` is a message class used to request syntax analysis, inheriting from `Object` and implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors, a default one and one that accepts another `AnalyzeSyntaxRequest` object as a parameter."],["The `AnalyzeSyntaxRequest` class has two main properties: `Document`, representing the input document for analysis, and `EncodingType`, which specifies how the API should calculate offsets."],["The webpage also lists links to documentation for `AnalyzeSyntaxRequest` for versions from 2.2.0 to 3.7.0, with 3.7.0 being the latest version."]]],[]]