public class TranslationResult
extends com.ibm.cloud.sdk.core.service.model.GenericModel
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Long |
characterCount |
protected java.util.List<Translation> |
translations |
protected java.lang.Long |
wordCount |
| 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.
|
@SerializedName(value="word_count") protected java.lang.Long wordCount
@SerializedName(value="character_count") protected java.lang.Long characterCount
protected java.util.List<Translation> translations
public java.lang.Long getWordCount()
public java.lang.Long getCharacterCount()
public java.util.List<Translation> getTranslations()