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
fromphrasetms_client.models.machine_translate_settings_referenceimportMachineTranslateSettingsReference# TODO update the JSON string belowjson="{}"# create an instance of MachineTranslateSettingsReference from a JSON stringmachine_translate_settings_reference_instance=MachineTranslateSettingsReference.from_json(json)
# print the JSON string representation of the objectprintMachineTranslateSettingsReference.to_json()
# convert the object into a dictmachine_translate_settings_reference_dict=machine_translate_settings_reference_instance.to_dict()
# create an instance of MachineTranslateSettingsReference from a dictmachine_translate_settings_reference_from_dict=MachineTranslateSettingsReference.from_dict(machine_translate_settings_reference_dict)