/// <summary>Constructs a new AnnotateText request.</summary>
 public AnnotateTextRequest(Google.Apis.Services.IClientService service, Google.Apis.CloudNaturalLanguageAPI.v1beta1.Data.AnnotateTextRequest body)
     : base(service)
 {
     Body = body;
     InitParameters();
 }
 /// <summary>Advanced API that analyzes the document and provides a full set of text annotations, including
 /// semantic, syntactic, and sentiment information. This API is intended for users who are familiar with machine
 /// learning and need in-depth text features to build upon.</summary>
 /// <param name="body">The body of the request.</param>
 public virtual AnnotateTextRequest AnnotateText(Google.Apis.CloudNaturalLanguageAPI.v1beta1.Data.AnnotateTextRequest body)
 {
     return(new AnnotateTextRequest(service, body));
 }