Regen docs (#373)
diff --git a/docs/dyn/language_v1beta1.documents.html b/docs/dyn/language_v1beta1.documents.html
index d7190fc..b7f5625 100644
--- a/docs/dyn/language_v1beta1.documents.html
+++ b/docs/dyn/language_v1beta1.documents.html
@@ -76,7 +76,7 @@
<h2>Instance Methods</h2>
<p class="toc_element">
<code><a href="#analyzeEntities">analyzeEntities(body, x__xgafv=None)</a></code></p>
-<p class="firstline">Finds named entities (currently finds proper names) in the text,</p>
+<p class="firstline">Finds named entities (currently proper names and common nouns) in the text</p>
<p class="toc_element">
<code><a href="#analyzeSentiment">analyzeSentiment(body, x__xgafv=None)</a></code></p>
<p class="firstline">Analyzes the sentiment of the provided text.</p>
@@ -89,15 +89,15 @@
<h3>Method Details</h3>
<div class="method">
<code class="details" id="analyzeEntities">analyzeEntities(body, x__xgafv=None)</code>
- <pre>Finds named entities (currently finds proper names) in the text,
-entity types, salience, mentions for each entity, and other properties.
+ <pre>Finds named entities (currently proper names and common nouns) in the text
+along with entity types, salience, mentions for each entity, and
+other properties.
Args:
body: object, The request body. (required)
The object takes the form of:
{ # The entity analysis request message.
- "encodingType": "A String", # The encoding type used by the API to calculate offsets.
"document": { # ################################################################ # # Input document.
#
# Represents the input to API methods.
@@ -118,6 +118,7 @@
# details, see https://cloud.google.com/storage/docs/reference-uris.
# NOTE: Cloud Storage object versioning is not supported.
},
+ "encodingType": "A String", # The encoding type used by the API to calculate offsets.
}
x__xgafv: string, V1 error format.
@@ -259,7 +260,6 @@
The object takes the form of:
{ # The syntax analysis request message.
- "encodingType": "A String", # The encoding type used by the API to calculate offsets.
"document": { # ################################################################ # # Input document.
#
# Represents the input to API methods.
@@ -280,6 +280,7 @@
# details, see https://cloud.google.com/storage/docs/reference-uris.
# NOTE: Cloud Storage object versioning is not supported.
},
+ "encodingType": "A String", # The encoding type used by the API to calculate offsets.
}
x__xgafv: string, V1 error format.
@@ -298,20 +299,6 @@
"beginOffset": 42, # The API calculates the beginning offset of the content in the original
# document according to the EncodingType specified in the API request.
},
- "partOfSpeech": { # Represents part of speech information for a token. # Parts of speech tag for this token.
- "case": "A String", # The grammatical case.
- "mood": "A String", # The grammatical mood.
- "form": "A String", # The grammatical form.
- "gender": "A String", # The grammatical gender.
- "aspect": "A String", # The grammatical aspect.
- "number": "A String", # The grammatical number.
- "person": "A String", # The grammatical person.
- "tag": "A String", # The part of speech tag.
- "tense": "A String", # The grammatical tense.
- "reciprocity": "A String", # The grammatical reciprocity.
- "proper": "A String", # The grammatical properness.
- "voice": "A String", # The grammatical voice.
- },
"dependencyEdge": { # Represents dependency parse tree information for a token. # Dependency tree parse for this token.
"headTokenIndex": 42, # Represents the head of this token in the dependency tree.
# This is the index of the token which has an arc going to this token.
@@ -320,6 +307,20 @@
# `head_token_index` is its own index.
"label": "A String", # The parse label for the token.
},
+ "partOfSpeech": { # Represents part of speech information for a token. # Parts of speech tag for this token.
+ "case": "A String", # The grammatical case.
+ "aspect": "A String", # The grammatical aspect.
+ "form": "A String", # The grammatical form.
+ "gender": "A String", # The grammatical gender.
+ "number": "A String", # The grammatical number.
+ "person": "A String", # The grammatical person.
+ "tag": "A String", # The part of speech tag.
+ "tense": "A String", # The grammatical tense.
+ "reciprocity": "A String", # The grammatical reciprocity.
+ "proper": "A String", # The grammatical properness.
+ "voice": "A String", # The grammatical voice.
+ "mood": "A String", # The grammatical mood.
+ },
"lemma": "A String", # [Lemma](https://en.wikipedia.org/wiki/Lemma_%28morphology%29) of the token.
},
],
@@ -409,20 +410,6 @@
"beginOffset": 42, # The API calculates the beginning offset of the content in the original
# document according to the EncodingType specified in the API request.
},
- "partOfSpeech": { # Represents part of speech information for a token. # Parts of speech tag for this token.
- "case": "A String", # The grammatical case.
- "mood": "A String", # The grammatical mood.
- "form": "A String", # The grammatical form.
- "gender": "A String", # The grammatical gender.
- "aspect": "A String", # The grammatical aspect.
- "number": "A String", # The grammatical number.
- "person": "A String", # The grammatical person.
- "tag": "A String", # The part of speech tag.
- "tense": "A String", # The grammatical tense.
- "reciprocity": "A String", # The grammatical reciprocity.
- "proper": "A String", # The grammatical properness.
- "voice": "A String", # The grammatical voice.
- },
"dependencyEdge": { # Represents dependency parse tree information for a token. # Dependency tree parse for this token.
"headTokenIndex": 42, # Represents the head of this token in the dependency tree.
# This is the index of the token which has an arc going to this token.
@@ -431,6 +418,20 @@
# `head_token_index` is its own index.
"label": "A String", # The parse label for the token.
},
+ "partOfSpeech": { # Represents part of speech information for a token. # Parts of speech tag for this token.
+ "case": "A String", # The grammatical case.
+ "aspect": "A String", # The grammatical aspect.
+ "form": "A String", # The grammatical form.
+ "gender": "A String", # The grammatical gender.
+ "number": "A String", # The grammatical number.
+ "person": "A String", # The grammatical person.
+ "tag": "A String", # The part of speech tag.
+ "tense": "A String", # The grammatical tense.
+ "reciprocity": "A String", # The grammatical reciprocity.
+ "proper": "A String", # The grammatical properness.
+ "voice": "A String", # The grammatical voice.
+ "mood": "A String", # The grammatical mood.
+ },
"lemma": "A String", # [Lemma](https://en.wikipedia.org/wiki/Lemma_%28morphology%29) of the token.
},
],