public class TranslationResult extends GenericModel
| Constructor and Description |
|---|
TranslationResult() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Long |
getCharacterCount()
Gets the characterCount.
|
java.util.List<Translation> |
getTranslations()
Gets the translations.
|
java.lang.Long |
getWordCount()
Gets the wordCount.
|
equals, hashCode, toStringpublic java.lang.Long getWordCount()
public java.lang.Long getCharacterCount()
public java.util.List<Translation> getTranslations()