public class Guess
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
language
The resultant language of the detection.
|
boolean |
safe
Indicates whether the enry was completely sure the language is
the correct one or it might not be.
|
| Constructor and Description |
|---|
Guess(java.lang.String language,
boolean safe) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object object) |
int |
hashCode() |
java.lang.String |
toString() |