Interface IIvrPlugin
Defines the common methods for different plugin implementations.
Inherited Members
Namespace: ivrToolkit.Core.Interfaces
Assembly: ivrToolkit.Core.dll
Syntax
public interface IIvrPlugin : IDisposable
Properties
| Edit this page View SourceVoiceProperties
Access to the voiceProperties file
Declaration
VoiceProperties VoiceProperties { get; }
Property Value
| Type | Description |
|---|---|
| VoiceProperties |
Methods
| Edit this page View SourceGetLine(int)
Gets an instance of the line.
Declaration
IIvrBaseLine GetLine(int lineNumber)
Parameters
| Type | Name | Description |
|---|---|---|
| int | lineNumber | The line number you want to create a line for |
Returns
| Type | Description |
|---|---|
| IIvrBaseLine |