Show / Hide Table of Contents

Interface ITextToSpeechFactory

Factory to used to generate text-to-speech engines. Passed into the LineManager LineManager

Namespace: ivrToolkit.Core.Interfaces
Assembly: ivrToolkit.Core.dll
Syntax
public interface ITextToSpeechFactory

Methods

| Edit this page View Source

Create()

Instantiate an implementation of a TTS engine

Declaration
ITextToSpeech Create()
Returns
Type Description
ITextToSpeech

Extension Methods

ValidationExtensions.ThrowIfNull<T>(T, string)
  • View Source
In this article
Back to top Generated by DocFX