Interface SAPDocumentTranslationInputConfig.Builder
- Enclosing class:
SAPDocumentTranslationInputConfig
public static interface SAPDocumentTranslationInputConfig.Builder
Builder helper class.
-
Method Summary
Modifier and TypeMethodDescriptiontargetLanguage(String targetLanguage) Set the targetLanguage of thisSAPDocumentTranslationInputConfiginstance.
-
Method Details
-
targetLanguage
Set the targetLanguage of thisSAPDocumentTranslationInputConfiginstance.- Parameters:
targetLanguage- Language to which the text should be translated.- Returns:
- The SAPDocumentTranslationInputConfig instance.
-