| Package | Description |
|---|---|
| ai.nightfall.scan.model |
| Modifier and Type | Method and Description |
|---|---|
Confidence |
ConfidenceAdjustment.getFixedConfidence()
Return the confidence to adjust to.
|
Confidence |
Detector.getMinConfidence()
Return the minimum confidence.
|
static Confidence |
Confidence.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Confidence[] |
Confidence.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Detector.setMinConfidence(Confidence minConfidence)
Set the minimum confidence.
|
| Constructor and Description |
|---|
ConfidenceAdjustment(Confidence fixedConfidence)
Create a ConfidenceAdjustment object.
|
Copyright © 2022. All rights reserved.