/// <summary> /// Continue speech. /// </summary> public static bool Continue() { if (_syn == null) { return(false); } return(_syn.ContinueSpeaking()); }