chore: update docs/dyn (#1162)
This PR was generated using Autosynth. :rainbow:
Synth log will be available here:
https://source.cloud.google.com/results/invocations/b5e48daa-1759-436b-9fe7-ffce1482b520/targets
- [ ] To automatically regenerate this PR, check this box.
diff --git a/docs/dyn/translate_v2.detections.html b/docs/dyn/translate_v2.detections.html
index 36ad384..f58688c 100644
--- a/docs/dyn/translate_v2.detections.html
+++ b/docs/dyn/translate_v2.detections.html
@@ -98,11 +98,11 @@
The object takes the form of:
{ # The request message for language detection.
- "q": [ # The input text upon which to perform language detection. Repeat this
- # parameter to perform language detection on multiple text inputs.
- "A String",
- ],
- }
+ "q": [ # The input text upon which to perform language detection. Repeat this
+ # parameter to perform language detection on multiple text inputs.
+ "A String",
+ ],
+}
x__xgafv: string, V1 error format.
Allowed values
@@ -113,16 +113,16 @@
An object of the form:
{
- "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.
- {
- "language": "A String", # The language we detected.
- "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.
- },
- ],
+ "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.
+ {
+ "confidence": 3.14, # The confidence of the detection result of this language.
+ "isReliable": True or False, # A boolean to indicate is the language detection result reliable.
+ "language": "A String", # The language we detected.
+ },
],
- }</pre>
+ ],
+}</pre>
</div>
<div class="method">
@@ -141,16 +141,16 @@
An object of the form:
{
- "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.
- {
- "language": "A String", # The language we detected.
- "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.
- },
- ],
+ "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.
+ {
+ "confidence": 3.14, # The confidence of the detection result of this language.
+ "isReliable": True or False, # A boolean to indicate is the language detection result reliable.
+ "language": "A String", # The language we detected.
+ },
],
- }</pre>
+ ],
+}</pre>
</div>
</body></html>
\ No newline at end of file