public interface TranslationResult
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCategory()
Gets the category.
|
TranslationConstants.ContentType |
getContentType()
Gets the content type.
|
int |
getRating()
Gets the rating.
|
java.lang.String |
getSourceLanguage()
Gets the source language.
|
java.lang.String |
getSourceString()
Gets the source string.
|
java.lang.String |
getTargetLanguage()
Gets the target language.
|
java.lang.String |
getTranslation()
Gets the translation.
|
java.lang.String |
getUserId()
Gets the user id.
|
java.lang.String getTranslation()
java.lang.String getSourceLanguage()
java.lang.String getTargetLanguage()
TranslationConstants.ContentType getContentType()
java.lang.String getCategory()
java.lang.String getSourceString()
int getRating()
java.lang.String getUserId()
Copyright © 2010 - 2020 Adobe. All Rights Reserved