Describes the capabilities of the TTS provider.

Remarks

At present, only streaming is supplied to this interface, and the framework only supports providers that do have a streaming endpoint.

interface TTSCapabilities {
    streaming: boolean;
}

Properties

Properties

streaming: boolean