Describes the capabilities of the STT provider.

Remarks

At present, the framework only supports providers that have a streaming endpoint.

interface STTCapabilities {
    interimResults: boolean;
    streaming: boolean;
}

Properties

interimResults: boolean
streaming: boolean