The speed at which the agent's speech transcription is forwarded to the client. We try to mimic the agent's speech speed by adjusting the transcription speed.
A function that takes a string (word) as input and returns a list of strings, representing the hyphenated parts of the word.
The tokenizer used to split the speech into sentences. This is used to decide when to mark a transcript as final for the agent transcription.
Whether to forward the user transcription to the client
The tokenizer used to split the speech into words. This is used to simulate the "interim results" of the agent transcription.
Whether to forward the agent transcription to the client