PreventionJobTriggerInspectJobInspectConfigRuleSetRuleExclusionRuleExcludeByHotwordProximity

data class PreventionJobTriggerInspectJobInspectConfigRuleSetRuleExclusionRuleExcludeByHotwordProximity(val windowAfter: Int? = null, val windowBefore: Int? = null)

Constructors

constructor(windowAfter: Int? = null, windowBefore: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val windowAfter: Int? = null

Number of characters after the finding to consider. Either this or window_before must be specified

Link copied to clipboard
val windowBefore: Int? = null

Number of characters before the finding to consider. Either this or window_after must be specified