MeetingSettings

public final class MeetingSettings

Data class for Notetaker Meeting Settings

Constructors

Link copied to clipboard
public EventNotetaker.MeetingSettings EventNotetaker.MeetingSettings(@Json(name = "video_recording") Boolean videoRecording, @Json(name = "audio_recording") Boolean audioRecording, @Json(name = "transcription") Boolean transcription, @Json(name = "action_items") Boolean actionItems, @Json(name = "action_items_settings") EventNotetaker.MeetingSettings.ActionItemsSettings actionItemsSettings, @Json(name = "summary") Boolean summary, @Json(name = "summary_settings") EventNotetaker.MeetingSettings.SummarySettings summarySettings, @Json(name = "leave_after_silence_seconds") Integer leaveAfterSilenceSeconds, @Json(name = "transcription_settings") EventNotetaker.MeetingSettings.TranscriptionSettings transcriptionSettings)

Types

Link copied to clipboard
public final class ActionItemsSettings
Link copied to clipboard
public final class SummarySettings
Link copied to clipboard
public final class TranscriptionSettings

Properties

Link copied to clipboard
private final Boolean actionItems

When true, Notetaker generates action items from the meeting.

Link copied to clipboard

Settings for action item generation.

Link copied to clipboard
private final Boolean audioRecording

When true, Notetaker records the meeting's audio.

Link copied to clipboard

Number of seconds of silence after which Notetaker leaves the meeting.

Link copied to clipboard
private final Boolean summary

When true, Notetaker generates a summary of the meeting.

Link copied to clipboard

Settings for summary generation.

Link copied to clipboard
private final Boolean transcription

When true, Notetaker transcribes the meeting's audio.

Link copied to clipboard
Link copied to clipboard
private final Boolean videoRecording

When true, Notetaker records the meeting's video.

Functions

Link copied to clipboard
public final Boolean getActionItems()

When true, Notetaker generates action items from the meeting.

Link copied to clipboard

Settings for action item generation.

Link copied to clipboard
public final Boolean getAudioRecording()

When true, Notetaker records the meeting's audio.

Link copied to clipboard

Number of seconds of silence after which Notetaker leaves the meeting.

Link copied to clipboard
public final Boolean getSummary()

When true, Notetaker generates a summary of the meeting.

Link copied to clipboard

Settings for summary generation.

Link copied to clipboard
public final Boolean getTranscription()

When true, Notetaker transcribes the meeting's audio.

Link copied to clipboard
Link copied to clipboard
public final Boolean getVideoRecording()

When true, Notetaker records the meeting's video.