Interface TranslationConfig

All Known Implementing Classes:
TranslationConfig.Input, TranslationConfig.Output

public interface TranslationConfig
Configuration helper for SAP Document Translation.
  • Method Details

    • translateInputTo

      @Nonnull static TranslationConfig.Input translateInputTo(@Nonnull String targetLanguage)
      Create a new input translation configuration.
      Parameters:
      targetLanguage - The target language code
    • translateOutputTo

      @Nonnull static TranslationConfig.Output translateOutputTo(@Nonnull String targetLanguage)
      Create a new output translation configuration.
      Parameters:
      targetLanguage - The target language code