You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: branches/tswast-patch-1/google-cloud-language/src/main/java/com/google/cloud/language/spi/v1/LanguageServiceClient.java
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -238,8 +238,8 @@ private final AnalyzeSentimentResponse analyzeSentiment(AnalyzeSentimentRequest
238
238
239
239
// AUTO-GENERATED DOCUMENTATION AND METHOD
240
240
/**
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.
243
243
*
244
244
* <p>Sample code:
245
245
*
@@ -268,8 +268,8 @@ public final AnalyzeEntitiesResponse analyzeEntities(
268
268
269
269
// AUTO-GENERATED DOCUMENTATION AND METHOD
270
270
/**
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.
273
273
*
274
274
* <p>Sample code:
275
275
*
@@ -294,8 +294,8 @@ public final AnalyzeEntitiesResponse analyzeEntities(AnalyzeEntitiesRequest requ
294
294
295
295
// AUTO-GENERATED DOCUMENTATION AND METHOD
296
296
/**
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.
0 commit comments