Uses of Enum
ai.nightfall.scan.model.Confidence
Packages that use Confidence
-
Uses of Confidence in ai.nightfall.scan.model
Methods in ai.nightfall.scan.model that return ConfidenceModifier and TypeMethodDescriptionConfidenceAdjustment.getFixedConfidence()Return the confidence to adjust to.Detector.getMinConfidence()Return the minimum confidence.static ConfidenceReturns 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.Methods in ai.nightfall.scan.model with parameters of type ConfidenceModifier and TypeMethodDescriptionvoidDetector.setMinConfidence(Confidence minConfidence) Set the minimum confidence.Constructors in ai.nightfall.scan.model with parameters of type ConfidenceModifierConstructorDescriptionConfidenceAdjustment(Confidence fixedConfidence) Create a ConfidenceAdjustment object.