You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
List of target languages for the CUSTOMIZABLE engine
[optional]
Example
fromphrasetms_client.models.machine_translate_settings_langs_dtoimportMachineTranslateSettingsLangsDto# TODO update the JSON string belowjson="{}"# create an instance of MachineTranslateSettingsLangsDto from a JSON stringmachine_translate_settings_langs_dto_instance=MachineTranslateSettingsLangsDto.from_json(json)
# print the JSON string representation of the objectprintMachineTranslateSettingsLangsDto.to_json()
# convert the object into a dictmachine_translate_settings_langs_dto_dict=machine_translate_settings_langs_dto_instance.to_dict()
# create an instance of MachineTranslateSettingsLangsDto from a dictmachine_translate_settings_langs_dto_from_dict=MachineTranslateSettingsLangsDto.from_dict(machine_translate_settings_langs_dto_dict)