docs: docs update (#911)
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
- [ ] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/google-api-python-client/issues/new/choose) before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea
- [ ] Ensure the tests and linter pass
- [ ] Code coverage does not decrease (if any source code was changed)
- [ ] Appropriate docs were updated (if necessary)
Fixes #<issue_number_goes_here> 🦕
diff --git a/docs/dyn/translate_v2.detections.html b/docs/dyn/translate_v2.detections.html
index b7e7bf8..381380f 100644
--- a/docs/dyn/translate_v2.detections.html
+++ b/docs/dyn/translate_v2.detections.html
@@ -90,9 +90,9 @@
The object takes the form of:
{ # The request message for language detection.
- "q": [ # The input text upon which to perform language detection. Repeat this
+ "q": [ # The input text upon which to perform language detection. Repeat this
# parameter to perform language detection on multiple text inputs.
- "A String",
+ "A String",
],
}
@@ -105,12 +105,12 @@
An object of the form:
{
- "detections": [ # A detections contains detection results of several text
+ "detections": [ # A detections contains detection results of several text
[ # An array of languages which we detect for the given text The most likely language list first.
{
- "isReliable": True or False, # A boolean to indicate is the language detection result reliable.
- "confidence": 3.14, # The confidence of the detection result of this language.
- "language": "A String", # The language we detected.
+ "isReliable": True or False, # A boolean to indicate is the language detection result reliable.
+ "language": "A String", # The language we detected.
+ "confidence": 3.14, # The confidence of the detection result of this language.
},
],
],
@@ -133,12 +133,12 @@
An object of the form:
{
- "detections": [ # A detections contains detection results of several text
+ "detections": [ # A detections contains detection results of several text
[ # An array of languages which we detect for the given text The most likely language list first.
{
- "isReliable": True or False, # A boolean to indicate is the language detection result reliable.
- "confidence": 3.14, # The confidence of the detection result of this language.
- "language": "A String", # The language we detected.
+ "isReliable": True or False, # A boolean to indicate is the language detection result reliable.
+ "language": "A String", # The language we detected.
+ "confidence": 3.14, # The confidence of the detection result of this language.
},
],
],