public class VerificationResult
extends java.lang.Object
Represents a verification result with a flag determining whether the verification is matched or not and the match score.
Constructor and Description |
---|
VerificationResult(boolean matched,
int score)
The parameterized constructor
|
Modifier and Type | Method and Description |
---|---|
int |
getScore()
Determines the score of a matched verification
|
boolean |
hasMatched()
Determines whether the verification has matched or not
|