/// <summary>Constructs a new AnalyzeEntities request.</summary>
 public AnalyzeEntitiesRequest(Google.Apis.Services.IClientService service, Google.Apis.CloudNaturalLanguage.v1beta1.Data.AnalyzeEntitiesRequest body)
     : base(service)
 {
     Body = body;
     InitParameters();
 }
 /// <summary>Finds named entities (currently proper names and common nouns) in the text along with entity types,
 /// salience, mentions for each entity, and other properties.</summary>
 /// <param name="body">The body of the request.</param>
 public virtual AnalyzeEntitiesRequest AnalyzeEntities(Google.Apis.CloudNaturalLanguage.v1beta1.Data.AnalyzeEntitiesRequest body)
 {
     return(new AnalyzeEntitiesRequest(service, body));
 }