public abstract class AbstractTranslationService extends Object implements TranslationService
Modifier and Type | Class and Description |
---|---|
class |
AbstractTranslationService.TranslationServiceInfoImpl |
TranslationService.TranslationServiceInfo
Modifier and Type | Method and Description |
---|---|
String |
getDefaultCategory()
Gets the default category.
|
TranslationService.TranslationServiceInfo |
getTranslationServiceInfo()
Gets information on a translation service.
|
void |
setDefaultCategory(String defaultCategory)
Sets the default category.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addTranslationJobComment, addTranslationObjectComment, createTranslationJob, detectLanguage, getAllStoredTranslations, getFinalScope, getTranslatedObject, getTranslationJobCommentCollection, getTranslationJobStatus, getTranslationObjectCommentCollection, getTranslationObjectsStatus, getTranslationObjectStatus, isDirectionSupported, storeTranslation, storeTranslation, supportedLanguages, translateArray, translateString, updateTranslationJobMetadata, updateTranslationJobState, updateTranslationObjectsState, updateTranslationObjectState, uploadTranslationObject
public TranslationService.TranslationServiceInfo getTranslationServiceInfo()
TranslationService
getTranslationServiceInfo
in interface TranslationService
public String getDefaultCategory()
TranslationService
getDefaultCategory
in interface TranslationService
public void setDefaultCategory(String defaultCategory)
TranslationService
setDefaultCategory
in interface TranslationService
defaultCategory
- The string representing the category which will be set as the default. This is the value
the TranslationService will use if no category is specified elsewhere."Copyright © 2006 - 2015 Adobe Systems Incorporated. All Rights Reserved"