public static class SpoofChecker.CheckResult extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
checks
Indicates which of the spoof check(s) have failed.
|
UnicodeSet |
numerics
The numerics found in the string, if MIXED_NUMBERS was set; otherwise null.
|
SpoofChecker.RestrictionLevel |
restrictionLevel
The restriction level that the text meets, if RESTRICTION_LEVEL is set; otherwise null.
|
| Constructor and Description |
|---|
CheckResult()
Default constructor
|
public int checks
SpoofChecker.Builder.setChecks(int)public UnicodeSet numerics
public SpoofChecker.RestrictionLevel restrictionLevel