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 is a syntax analysis response message that is part of the Google Cloud Natural Language API's .NET client library, specifically in the `Google.Cloud.Language.V1` namespace."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and also inherits members from `Object`."],["The `AnalyzeSyntaxResponse` class contains properties for the language of the analyzed text, as well as `Sentences` and `Tokens`, represented by `RepeatedField` collections."],["There are multiple versions available, ranging from 2.2.0 to 3.7.0 (latest), each version providing a link to its documentation, within the `Google.Cloud.Language.V1` namespace."],["This class has two constructors: one default constructor, and one constructor that accepts another `AnalyzeSyntaxResponse` object as a parameter for copying its values."]]],[]]