Hiyve Components - v1.0.0
    Preparing search index...

    Interface TranscriptionControlLabels

    Labels for TranscriptionControls.

    interface TranscriptionControlLabels {
        starting: string;
        startTranscription: string;
        stopTranscription: string;
        tooltip: string;
        transcribing: string;
    }
    Index

    Properties

    starting: string

    Status text when starting.

    startTranscription: string

    Button text to start transcription.

    stopTranscription: string

    Button text to stop transcription.

    tooltip: string

    Tooltip text.

    transcribing: string

    Status text when transcribing.