Exemple #1
0
 /// <summary>
 /// Continues speech from the point at which it left off.
 /// </summary>
 /// <returns>true if speech has continued, or false otherwise.</returns>
 public static bool Continue()
 {
     return(TTS_iOS.ContinueSpeaking());
 }