| Name |
Type |
Description |
Notes |
from openapi_client.models.translate_request_text import TranslateRequestText
# TODO update the JSON string below
json = "{}"
# create an instance of TranslateRequestText from a JSON string
translate_request_text_instance = TranslateRequestText.from_json(json)
# print the JSON string representation of the object
print(TranslateRequestText.to_json())
# convert the object into a dict
translate_request_text_dict = translate_request_text_instance.to_dict()
# create an instance of TranslateRequestText from a dict
translate_request_text_from_dict = TranslateRequestText.from_dict(translate_request_text_dict)
[Back to Model list] [Back to API list] [Back to README]