/// <summary>Constructs a new AnnotateText request.</summary> public AnnotateTextRequest(Google.Apis.Services.IClientService service, Google.Apis.CloudNaturalLanguage.v1.Data.AnnotateTextRequest body) : base(service) { Body = body; InitParameters(); }
/// <summary>A convenience method that provides all the features that analyzeSentiment, analyzeEntities, and /// analyzeSyntax provide in one call.</summary> /// <param name="body">The body of the request.</param> public virtual AnnotateTextRequest AnnotateText(Google.Apis.CloudNaturalLanguage.v1.Data.AnnotateTextRequest body) { return(new AnnotateTextRequest(service, body)); }