Class TranslationConfig.Output

java.lang.Object
com.sap.ai.sdk.orchestration.TranslationConfig.Output
All Implemented Interfaces:
TranslationConfig
Enclosing interface:
TranslationConfig

public static final class TranslationConfig.Output extends Object implements TranslationConfig
Output configuration for translation.
  • Method Details

    • getTargetLanguage

      public String getTargetLanguage()
    • getSourceLanguage

      public String getSourceLanguage()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • withSourceLanguage

      public TranslationConfig.Output withSourceLanguage(String sourceLanguage)
      Returns:
      a clone of this object, except with this updated property (returns this if an identical value is passed).