Regen docs (#364)
diff --git a/docs/dyn/language_v1.documents.html b/docs/dyn/language_v1.documents.html
index 3e0e122..6f89cbd 100644
--- a/docs/dyn/language_v1.documents.html
+++ b/docs/dyn/language_v1.documents.html
@@ -97,6 +97,7 @@
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.
@@ -117,7 +118,6 @@
# 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.
@@ -133,7 +133,6 @@
{ # Represents a phrase in the text that is a known entity, such as
# a person, an organization, or location. The API associates information, such
# as salience and mentions, with entities.
- "type": "A String", # The entity type.
"mentions": [ # The mentions of this entity in the input document. The API currently
# supports proper noun mentions.
{ # Represents a mention for an entity in the text. Currently, proper noun
@@ -152,6 +151,7 @@
# importance or centrality of that entity to the entire document text.
# Scores closer to 0 are less salient, while scores closer to 1.0 are highly
# salient.
+ "type": "A String", # The entity type.
"name": "A String", # The representative name for the entity.
"metadata": { # Metadata associated with the entity.
#
@@ -253,6 +253,7 @@
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.
@@ -273,7 +274,6 @@
# 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.
@@ -306,17 +306,17 @@
# are as defined in
# http://www.lrec-conf.org/proceedings/lrec2012/pdf/274_Paper.pdf
"case": "A String", # The grammatical case.
- "reciprocity": "A String", # The grammatical reciprocity.
- "mood": "A String", # The grammatical mood.
+ "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.
- "aspect": "A String", # The grammatical aspect.
+ "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.
},
@@ -357,6 +357,7 @@
{ # The request message for the text annotation API, which can perform multiple
# analysis types (sentiment, entities, and syntax) in one call.
+ "encodingType": "A String", # The encoding type used by the API to calculate offsets.
"document": { # ################################################################ # # Input document.
#
# Represents the input to API methods.
@@ -377,12 +378,11 @@
# 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.
"features": { # All available features for sentiment, syntax, and semantic analysis. # The enabled features.
# Setting each one to true will enable that specific analysis for the input.
- "extractSyntax": True or False, # Extract syntax information.
- "extractEntities": True or False, # Extract entities.
"extractDocumentSentiment": True or False, # Extract document-level sentiment.
+ "extractEntities": True or False, # Extract entities.
+ "extractSyntax": True or False, # Extract syntax information.
},
}
@@ -418,17 +418,17 @@
# are as defined in
# http://www.lrec-conf.org/proceedings/lrec2012/pdf/274_Paper.pdf
"case": "A String", # The grammatical case.
- "reciprocity": "A String", # The grammatical reciprocity.
- "mood": "A String", # The grammatical mood.
+ "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.
- "aspect": "A String", # The grammatical aspect.
+ "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.
},
@@ -439,7 +439,6 @@
{ # Represents a phrase in the text that is a known entity, such as
# a person, an organization, or location. The API associates information, such
# as salience and mentions, with entities.
- "type": "A String", # The entity type.
"mentions": [ # The mentions of this entity in the input document. The API currently
# supports proper noun mentions.
{ # Represents a mention for an entity in the text. Currently, proper noun
@@ -458,6 +457,7 @@
# importance or centrality of that entity to the entire document text.
# Scores closer to 0 are less salient, while scores closer to 1.0 are highly
# salient.
+ "type": "A String", # The entity type.
"name": "A String", # The representative name for the entity.
"metadata": { # Metadata associated with the entity.
#