/// <summary>Constructs a new AnalyzeSyntax request.</summary>
 public AnalyzeSyntaxRequest(Google.Apis.Services.IClientService service, Google.Apis.CloudNaturalLanguage.v1beta1.Data.AnalyzeSyntaxRequest body)
     : base(service)
 {
     Body = body;
     InitParameters();
 }
 /// <summary>Analyzes the syntax of the text and provides sentence boundaries and tokenization along with part
 /// of speech tags, dependency trees, and other properties.</summary>
 /// <param name="body">The body of the request.</param>
 public virtual AnalyzeSyntaxRequest AnalyzeSyntax(Google.Apis.CloudNaturalLanguage.v1beta1.Data.AnalyzeSyntaxRequest body)
 {
     return(new AnalyzeSyntaxRequest(service, body));
 }