@@ -238,8 +238,8 @@ private final AnalyzeSentimentResponse analyzeSentiment(AnalyzeSentimentRequest
238238
239239 // AUTO-GENERATED DOCUMENTATION AND METHOD
240240 /**
241- * Finds named entities (currently finds proper names) in the text, entity types, salience,
242- * mentions for each entity, and other properties.
241+ * Finds named entities (currently proper names and common nouns ) in the text along with entity
242+ * types, salience, mentions for each entity, and other properties.
243243 *
244244 * <p>Sample code:
245245 *
@@ -268,8 +268,8 @@ public final AnalyzeEntitiesResponse analyzeEntities(
268268
269269 // AUTO-GENERATED DOCUMENTATION AND METHOD
270270 /**
271- * Finds named entities (currently finds proper names) in the text, entity types, salience,
272- * mentions for each entity, and other properties.
271+ * Finds named entities (currently proper names and common nouns ) in the text along with entity
272+ * types, salience, mentions for each entity, and other properties.
273273 *
274274 * <p>Sample code:
275275 *
@@ -294,8 +294,8 @@ public final AnalyzeEntitiesResponse analyzeEntities(AnalyzeEntitiesRequest requ
294294
295295 // AUTO-GENERATED DOCUMENTATION AND METHOD
296296 /**
297- * Finds named entities (currently finds proper names) in the text, entity types, salience,
298- * mentions for each entity, and other properties.
297+ * Finds named entities (currently proper names and common nouns ) in the text along with entity
298+ * types, salience, mentions for each entity, and other properties.
299299 *
300300 * <p>Sample code:
301301 *
0 commit comments