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 document provides reference information for the `AnalyzeSyntaxRequest` class within the Google Cloud Natural Language v1 API, specifically version 3.4.0, and other older versions."],["`AnalyzeSyntaxRequest` is a class used to send syntax analysis requests to the API and it implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `Document`, representing the input document, and `EncodingType`, defining the encoding type used for offset calculations."],["There are two constructors available for creating an `AnalyzeSyntaxRequest` object: a default constructor and a constructor that takes another `AnalyzeSyntaxRequest` instance as a parameter."],["The provided content has links to versions from 3.7.0 (latest) down to 2.2.0 of the documentation for the `AnalyzeSyntaxRequest`."]]],[]]