com.hack23.cia.service.impl
Interface TranslatorService
- All Known Implementing Classes:
- TranslatorServiceImpl
public interface TranslatorService
The Interface TranslatorService.
Method Summary |
String |
getTranslation(String text,
com.google.api.translate.Language from,
com.google.api.translate.Language to)
Gets the translation. |
getTranslation
String getTranslation(String text,
com.google.api.translate.Language from,
com.google.api.translate.Language to)
- Gets the translation.
- Parameters:
text
- the textfrom
- the fromto
- the to
- Returns:
- the translation
Copyright © 2008-2011 www.hack23.com. All Rights Reserved.