Uses of Class
net.sf.okapi.connectors.google.v3.TranslationResponse
-
Packages that use TranslationResponse Package Description net.sf.okapi.connectors.google.v3 -
-
Uses of TranslationResponse in net.sf.okapi.connectors.google.v3
Methods in net.sf.okapi.connectors.google.v3 that return TranslationResponse Modifier and Type Method Description <T> TranslationResponseGoogleMTv3API. translateSingleSegment(GoogleQueryBuilder<T> qb, String sourceText)Translate a single text segment.<T> TranslationResponseGoogleMTv3APIImpl. translateSingleSegment(GoogleQueryBuilder<T> qb, String sourceText)Methods in net.sf.okapi.connectors.google.v3 that return types with arguments of type TranslationResponse Modifier and Type Method Description <T> List<TranslationResponse>GoogleMTv3API. translate(GoogleQueryBuilder<T> qb)Translate a batch of text segments.<T> List<TranslationResponse>GoogleMTv3APIImpl. translate(GoogleQueryBuilder<T> qb)Method parameters in net.sf.okapi.connectors.google.v3 with type arguments of type TranslationResponse Modifier and Type Method Description List<net.sf.okapi.common.query.QueryResult>FragmentQueryResultBuilder. convertResponses(List<TranslationResponse> responses, net.sf.okapi.common.resource.TextFragment originalSource)List<net.sf.okapi.common.query.QueryResult>QueryResultBuilder. convertResponses(List<TranslationResponse> responses, T originalSource)Convert translation responses to QueryResult objects.List<net.sf.okapi.common.query.QueryResult>TextQueryResultBuilder. convertResponses(List<TranslationResponse> responses, String originalSource)
-