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."],[[["This webpage provides reference documentation for the `AnalyzeSyntaxRequest` class within the Google Cloud Natural Language v1 API."],["The latest version of the documentation is 3.7.0, and other versions from 3.6.0 down to 2.2.0 are also available."],["`AnalyzeSyntaxRequest` is a class used to send requests for syntax analysis, and it implements several interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class includes properties for `Document` which represents the input text, and `EncodingType`, which specifies how the API should calculate offsets."],["There are two constructors available: a default constructor, `AnalyzeSyntaxRequest()`, and a copy constructor, `AnalyzeSyntaxRequest(AnalyzeSyntaxRequest other)`."]]],[]]