Uses of Class
net.sf.okapi.connectors.google.TranslationResponse
-
Packages that use TranslationResponse Package Description net.sf.okapi.connectors.google -
-
Uses of TranslationResponse in net.sf.okapi.connectors.google
Methods in net.sf.okapi.connectors.google that return TranslationResponse Modifier and Type Method Description protected <T> TranslationResponseGoogleMTv2Connector. executeSingleSegmentQuery(GoogleQueryBuilder<T> qb, String sourceText)<T> TranslationResponseGoogleMTAPI. translateSingleSegment(GoogleQueryBuilder<T> qb, String sourceText)Perform translation of oversized (> 2048 characters) segments.<T> TranslationResponseGoogleMTAPIImpl. translateSingleSegment(GoogleQueryBuilder<T> qb, String sourceText)Methods in net.sf.okapi.connectors.google that return types with arguments of type TranslationResponse Modifier and Type Method Description protected <T> List<TranslationResponse>GoogleMTv2Connector. executeQuery(GoogleQueryBuilder<T> qb, net.sf.okapi.connectors.google.QueryResultBuilder<T> qrBuilder)<T> List<TranslationResponse>GoogleMTAPI. translate(GoogleQueryBuilder<T> qb)Make a single call to Google to translate the provided list of source texts.<T> List<TranslationResponse>GoogleMTAPIImpl. translate(GoogleQueryBuilder<T> qb)
-