public sealed class AnalyzeSyntaxResponse : IMessage<AnalyzeSyntaxResponse>, IEquatable<AnalyzeSyntaxResponse>, IDeepCloneable<AnalyzeSyntaxResponse>, IBufferMessage, IMessage
The language of the text, which will be the same as the language specified
in the request or, if not specified, the automatically-detected language.
See [Document.language][google.cloud.language.v1.Document.language] field for more details.
[[["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 `AnalyzeSyntaxResponse` class in version 2.3.0 of the Google.Cloud.Language.V1 library is a sealed class that provides the syntax analysis response message for text."],["It implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` to support various message operations and comparisons."],["The `AnalyzeSyntaxResponse` class contains properties like `Language`, `Sentences`, and `Tokens`, which provide the detected language, the sentences, and the tokens with syntactic information found in the input document."],["There are multiple versions available, with 3.7.0 being the latest, and each version links to specific `AnalyzeSyntaxResponse` documentation."],["The class can be instantiated using two constructors: one default and the other taking another `AnalyzeSyntaxResponse` object as a parameter."]]],[]]