Uses of Class
net.sf.okapi.connectors.google.v3.GoogleMTv3ErrorException
-
Packages that use GoogleMTv3ErrorException Package Description net.sf.okapi.connectors.google.v3 -
-
Uses of GoogleMTv3ErrorException in net.sf.okapi.connectors.google.v3
Methods in net.sf.okapi.connectors.google.v3 that throw GoogleMTv3ErrorException Modifier and Type Method Description List<String>GoogleMTv3API. getLanguages()Get the list of supported language codes.List<String>GoogleMTv3APIImpl. getLanguages()<T> List<TranslationResponse>GoogleMTv3API. translate(GoogleQueryBuilder<T> qb)Translate a batch of text segments.<T> List<TranslationResponse>GoogleMTv3APIImpl. translate(GoogleQueryBuilder<T> qb)<T> TranslationResponseGoogleMTv3API. translateSingleSegment(GoogleQueryBuilder<T> qb, String sourceText)Translate a single text segment.<T> TranslationResponseGoogleMTv3APIImpl. translateSingleSegment(GoogleQueryBuilder<T> qb, String sourceText)
-