Package com.sap.ai.sdk.orchestration
Class TranslationConfig.Output
java.lang.Object
com.sap.ai.sdk.orchestration.TranslationConfig.Output
- All Implemented Interfaces:
TranslationConfig
- Enclosing interface:
TranslationConfig
Output configuration for translation.
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.sap.ai.sdk.orchestration.TranslationConfig
TranslationConfig.Input, TranslationConfig.Output, TranslationConfig.TemplateRole -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()toString()withSourceLanguage(String sourceLanguage)
-
Method Details
-
getTargetLanguage
-
getSourceLanguage
-
equals
-
hashCode
public int hashCode() -
toString
-
withSourceLanguage
- Returns:
- a clone of this object, except with this updated property (returns
thisif an identical value is passed).
-