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, setUserId
LanguageAndEncoding identifyLanguageAndEncoding(byte[] textBytes) throws LangridException
LangridException
String identify(String text, String originalEncoding) throws LangridException
LangridException
String[] getSupportedLanguages() throws LangridException
LangridException
String[] getSupportedEncodings() throws LangridException
LangridException