com.hack23.cia.service.impl
Interface TranslatorService

Package class diagram package 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.
 

Method Detail

getTranslation

String getTranslation(String text,
                      com.google.api.translate.Language from,
                      com.google.api.translate.Language to)
Gets the translation.

Parameters:
text - the text
from - the from
to - the to
Returns:
the translation


Copyright © 2008-2011 www.hack23.com. All Rights Reserved.