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

    Interface IntelligenceSettingsLabels

    Customizable text labels for the IntelligenceSettings component.

    interface IntelligenceSettingsLabels {
        autoComposeDescription: string;
        autoComposeLabel: string;
        autoStartMoodDescription: string;
        autoStartMoodLabel: string;
        intelligenceSettings: string;
        postMeetingSummaryDescription: string;
        postMeetingSummaryLabel: string;
        transcribeDescription: string;
        transcribeLabel: string;
        useContextDescription: string;
        useContextLabel: string;
    }
    Index

    Properties

    autoComposeDescription: string

    Description for auto-compose setting

    autoComposeLabel: string

    Label for auto-compose setting

    autoStartMoodDescription: string

    Description for auto-start mood setting

    autoStartMoodLabel: string

    Label for auto-start mood setting

    intelligenceSettings: string

    Title for intelligence settings panel

    postMeetingSummaryDescription: string

    Description for post-meeting summary setting

    postMeetingSummaryLabel: string

    Label for post-meeting summary setting

    transcribeDescription: string

    Description for transcribe setting

    transcribeLabel: string

    Label for transcribe setting

    useContextDescription: string

    Description for use context setting

    useContextLabel: string

    Label for use context setting