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 page provides reference documentation for the `AnalyzeSyntaxRequest` class within the Google Cloud Natural Language v1 API."],["The `AnalyzeSyntaxRequest` class is a message used to request syntax analysis from the API, implementing interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The latest version of the API is 3.7.0, but there are several previous versions listed, with 3.3.0 being the specific version this documentation pertains to."],["The class includes properties for `Document` and `EncodingType`, which are essential for defining the input document and the encoding used for offset calculations."],["This class inherits from the `object` class and contains constructors for creating new `AnalyzeSyntaxRequest` objects."]]],[]]