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

    Interface RecordingControlsLabels

    Label overrides for the RecordingControls component.

    interface RecordingControlsLabels {
        autoCompose: string;
        errorPrefix: string;
        record: string;
        recording: string;
        starting: string;
        stop: string;
        transcribe: string;
    }
    Index

    Properties

    autoCompose: string

    Label for the auto-compose option switch.

    'Auto-compose'

    errorPrefix: string

    Prefix text for error messages.

    'Error:'

    record: string

    Text shown on the record button.

    'Record'

    recording: string

    Status text displayed while recording.

    'Recording'

    starting: string

    Text shown while recording is starting.

    'Starting...'

    stop: string

    Text shown on the stop button.

    'Stop'

    transcribe: string

    Label for the transcribe option switch.

    'Transcribe'