public interface LanguageIdentificationClient extends ServiceClient
| Modifier and Type | Method and Description |
|---|---|
String[] |
getSupportedEncodings() |
String[] |
getSupportedLanguages() |
String |
identify(String text,
String originalEncoding) |
LanguageAndEncoding |
identifyLanguageAndEncoding(byte[] textBytes) |
addRequestHeader, getLastCallTree, getLastCopyrightInfo, getLastLicenseInfo, getLastName, getTreeBindings, setPassword, setUserIdLanguageAndEncoding identifyLanguageAndEncoding(byte[] textBytes) throws LangridException
LangridExceptionString identify(String text, String originalEncoding) throws LangridException
LangridExceptionString[] getSupportedLanguages() throws LangridException
LangridExceptionString[] getSupportedEncodings() throws LangridException
LangridException