Updated generated docs
diff --git a/docs/dyn/translate.v2.detections.html b/docs/dyn/translate.v2.detections.html
index 59f5f59..cbaca56 100644
--- a/docs/dyn/translate.v2.detections.html
+++ b/docs/dyn/translate.v2.detections.html
@@ -17,7 +17,22 @@
<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>Detect the language of text.<br>
<br>
Args:<br>
- q: string, The text to detect (required) (repeated)</tt></dd></dl>
+ q: string, The text to detect (required) (repeated)<br>
+ <br>
+Returns:<br>
+ An object of the form<br>
+ <br>
+ {<br>
+ "detections": [ # A detections contains detection results of several text<br>
+ [ # An array of languages which we detect for the given text The most likely language list first.<br>
+ {<br>
+ "isReliable": True or False, # A boolean to indicate is the language detection result reliable.<br>
+ "confidence": 3.140000, # The confidence of the detection resul of this language.<br>
+ "language": "A String", # The language we detect<br>
+ },<br>
+ ],<br>
+ ],<br>
+ }</tt></dd></dl>
<hr>
Data descriptors defined here:<br>