|  | Methods defined here: 
 __init__(self)
 list = method(self, **kwargs)Returns text translations from one language to another.
 Args:
 target: string, The target language into which the text should be translated (required)
 format: string, The format of the text
 Allowed values
 html - Specifies the input is in HTML
 text - Specifies the input is in plain textual format
 q: string, The text to translate (required) (repeated)
 source: string, The source language of the text
 Data descriptors defined here:
 
 __dict__dictionary for instance variables (if defined)
 __weakref__list of weak references to the object (if defined)
 |