tjbot-ce - v3.0.0
    Preparing search index...

    Interface STTBackendAzureConfig

    Azure speech-to-text backend configuration.

    interface STTBackendAzureConfig {
        credentialsPath?: string;
        interimResults?: boolean;
        language?: string;
        [k: string]: unknown;
    }

    Indexable

    • [k: string]: unknown
    Index

    Properties

    credentialsPath?: string

    Path to the Azure credentials file.

    interimResults?: boolean

    Whether partial transcriptions should be emitted.

    language?: string

    Azure speech recognition language. Empty uses the service default.