Skip to content

Commit d71d8c1

Browse files
authored
Language v1beta2 Release (#1878)
* Language v1beta2 Release * Language v1 update
1 parent 7074c6d commit d71d8c1

9 files changed

Lines changed: 1515 additions & 9 deletions

File tree

google-cloud-language/pom.xml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,18 @@
3232
<dependency>
3333
<groupId>com.google.api.grpc</groupId>
3434
<artifactId>grpc-google-cloud-language-v1</artifactId>
35-
<version>0.1.5</version>
35+
<version>0.1.6</version>
36+
<exclusions>
37+
<exclusion>
38+
<groupId>io.grpc</groupId>
39+
<artifactId>grpc-all</artifactId>
40+
</exclusion>
41+
</exclusions>
42+
</dependency>
43+
<dependency>
44+
<groupId>com.google.api.grpc</groupId>
45+
<artifactId>grpc-google-cloud-language-v1beta2</artifactId>
46+
<version>0.1.6</version>
3647
<exclusions>
3748
<exclusion>
3849
<groupId>io.grpc</groupId>

google-cloud-language/src/main/java/com/google/cloud/language/spi/v1/LanguageServiceClient.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)