public SsmlBuilder Rate(ProsodyRate rate) { textToSpeak.AppendLine(GetProsodyStart("rate", rate.ToString())); stack.Push("</prosody>"); return(this); }
public SsmlBuilder Rate(string text, ProsodyRate rate) { textToSpeak.AppendLine(Prosody("rate", rate.ToString(), text)); return(this); }