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, designed for syntax analysis requests."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, demonstrating its versatility and capabilities."],["The latest version available is 3.7.0, but documentation for older versions ranging from 3.6.0 down to 2.2.0 are also provided."],["The `AnalyzeSyntaxRequest` class has properties for managing the input `Document` and specifying the `EncodingType` used by the API."],["The class includes two constructors: a default constructor `AnalyzeSyntaxRequest()` and another one taking an `AnalyzeSyntaxRequest` object as an argument for cloning."]]],[]]