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
'Format: "language":"xpath"; example = '{"en": "tuv[@lang='en']/seg", "sk": "tuv[@lang='sk']/seg"}
[optional]
inline_elements_non_translatable_x_path
str
[optional]
tag_regexp
str
[optional]
segmentation
bool
Default: `true`
[optional]
html_sub_filter
bool
Default: `false`
[optional]
context_key_x_path
str
[optional]
context_note_x_path
str
[optional]
max_len_x_path
str
[optional]
preserve_whitespace
bool
Default: `false`
[optional]
preserve_char_entities
str
[optional]
xsl_url
str
[optional]
xsl_file
str
UID of uploaded XSL file, overrides xslUrl
[optional]
non_empty_segment_action
str
[optional]
save_confirmed_segments_to_tm
bool
[optional]
icu_sub_filter
bool
Default: `false`
[optional]
Example
fromphrasetms_client.models.multilingual_xml_settings_dtoimportMultilingualXmlSettingsDto# TODO update the JSON string belowjson="{}"# create an instance of MultilingualXmlSettingsDto from a JSON stringmultilingual_xml_settings_dto_instance=MultilingualXmlSettingsDto.from_json(json)
# print the JSON string representation of the objectprintMultilingualXmlSettingsDto.to_json()
# convert the object into a dictmultilingual_xml_settings_dto_dict=multilingual_xml_settings_dto_instance.to_dict()
# create an instance of MultilingualXmlSettingsDto from a dictmultilingual_xml_settings_dto_from_dict=MultilingualXmlSettingsDto.from_dict(multilingual_xml_settings_dto_dict)