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
WorkspaceSystemSettingsOffTopic
with member variables.Declaration
Swift
public init( enabled: Bool? = nil )
Parameters
enabled
Whether enhanced irrelevance detection is enabled for the workspace.
Return Value
An initialized
WorkspaceSystemSettingsOffTopic
.