Uses of Enum Class
cloud.opencode.base.captcha.security.TrajectoryAnalyzer.TrajectoryResult
Packages that use TrajectoryAnalyzer.TrajectoryResult
-
Uses of TrajectoryAnalyzer.TrajectoryResult in cloud.opencode.base.captcha.security
Subclasses with type arguments of type TrajectoryAnalyzer.TrajectoryResult in cloud.opencode.base.captcha.securityModifier and TypeClassDescriptionstatic enumTrajectory analysis result.Methods in cloud.opencode.base.captcha.security that return TrajectoryAnalyzer.TrajectoryResultModifier and TypeMethodDescriptionTrajectoryAnalyzer.analyze(TrajectoryData data) Analyzes trajectory data and returns a result indicating whether the trajectory appears human or bot-like.Returns the enum constant of this class with the specified name.static TrajectoryAnalyzer.TrajectoryResult[]TrajectoryAnalyzer.TrajectoryResult.values()Returns an array containing the constants of this enum class, in the order they are declared.