@@ -639,17 +639,19 @@ def translate_text(
639639 :param glossary: (Optional) glossary or glossary ID to use for
640640 translation. Must match specified source_lang and target_lang.
641641 :param tag_handling: (Optional) Type of tags to parse before
642- translation, only "xml" is currently available.
642+ translation, only "xml" and "html" are currently available.
643643 :param outline_detection: (Optional) Set to False to disable automatic
644644 tag detection.
645- :param non_splitting_tags: (Optional) Tags that should not split a
645+ :param non_splitting_tags: (Optional) XML tags that should not split a
646646 sentence.
647- :type non_splitting_tags: List of tags or comma-separated-list of tags.
648- :param splitting_tags: (Optional) Tags that should split a sentence.
649- :type splitting_tags: List of tags or comma-separated-list of tags.
650- :param ignore_tags: (Optional) Tags containing text that should not be
651- translated.
652- :type ignore_tags: List of tags or comma-separated-list of tags.
647+ :type non_splitting_tags: List of XML tags or comma-separated-list of
648+ tags.
649+ :param splitting_tags: (Optional) XML tags that should split a
650+ sentence.
651+ :type splitting_tags: List of XML tags or comma-separated-list of tags.
652+ :param ignore_tags: (Optional) XML tags containing text that should not
653+ be translated.
654+ :type ignore_tags: List of XML tags or comma-separated-list of tags.
653655 :return: List of TextResult objects containing results, unless input
654656 text was one string, then a single TextResult object is returned.
655657 """
0 commit comments