C# Class TelAPI.InboundXML.Element.Say

Inheritance: ELement, GatherElement, GetSpeechElement
Mostrar archivo Open project: TelAPI/telapi-dotnet Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method 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 method

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.
return Say

Say() public method

public Say ( ) : System
return System