API reference

ISpeakerTextPostprocessor Interface

Methods

OnPostprocessTTS ( speaker , phrases )
Called after prefix/postfix modifications are applied to the input string
Signature
void Meta.WitAi.TTS.Interfaces.ISpeakerTextPostprocessor.OnPostprocessTTS(TTSSpeaker speaker, List< string > phrases)
Parameters
speaker: TTSSpeaker  The speaker that will be used to speak the resulting text
phrases: List< string >  The current phrase list that will be used for speech. Can be added to or removed as needed.
Returns
void