| Package | Description |
|---|---|
| ai.nightfall.scan.model |
| Modifier and Type | Method and Description |
|---|---|
Regex |
Detector.getRegex()
Get the regex.
|
Regex |
ExclusionRule.getRegex()
Get the regex.
|
Regex |
ContextRule.getRegex()
Return the regular expression.
|
| Constructor and Description |
|---|
ContextRule(Regex regex,
Proximity proximity,
ConfidenceAdjustment confidenceAdjustment)
Create a new Context Rule.
|
Detector(Regex regex)
Create an instance of a detector based on a regular expression.
|
ExclusionRule(Regex regex,
String matchType)
Create an exclusion rule that uses a regular expression to make a disqualification decision.
|
Copyright © 2022. All rights reserved.