C# Class TelAPI.InboundXML.Element.Say

Inheritance: ELement, GatherElement, GetSpeechElement
Afficher le fichier Open project: TelAPI/telapi-dotnet Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Create ( string text, Voice voice, long loop ) : Say

The element reads text to the caller using a text-to-speech engine.

Say ( ) : System

Method Details

Create() public static méthode

The element reads text to the caller using a text-to-speech engine.
public static Create ( string text, Voice voice, long loop ) : Say
text string Text to say
voice Voice The type of voice that will read the text to caller.
loop long The amount of times the spoken text should be repeated. 0 indicates an infinite loop.
Résultat Say

Say() public méthode

public Say ( ) : System
Résultat System