WorkspaceSystemSettingsOffTopic
public struct WorkspaceSystemSettingsOffTopic : Codable, Equatable
Workspace settings related to detection of irrelevant input.
-
Whether enhanced irrelevance detection is enabled for the workspace.
Declaration
Swift
public var enabled: Bool? -
Initialize a
WorkspaceSystemSettingsOffTopicwith member variables.Declaration
Swift
public init( enabled: Bool? = nil )Parameters
enabledWhether enhanced irrelevance detection is enabled for the workspace.
Return Value
An initialized
WorkspaceSystemSettingsOffTopic.
View on GitHub
WorkspaceSystemSettingsOffTopic Structure Reference