Skip to main content

preprocess_speech_markdown

Function preprocess_speech_markdown 

Source
pub fn preprocess_speech_markdown(text: &str, platform: &str) -> (String, bool)
Expand description

Convert speech markdown to SSML if detected, otherwise return text as-is. Returns (processed_text, is_ssml).