File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
orchestration/src/main/java/com/sap/ai/sdk/orchestration Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -64,6 +64,9 @@ SAPDocumentTranslationOutput createSAPDocumentTranslationOutput() {
6464 * Create a new input translation configuration.
6565 *
6666 * @param targetLanguage The target language code
67+ * @link <a
68+ * href="https://help.sap.com/docs/translation-hub/sap-translation-hub/supported-languages">SAP
69+ * AI Core: Orchestration - SAP Translation Hub Table with official languages</a>
6770 * @return A TranslationConfig configured for input translation
6871 */
6972 @ Nonnull
@@ -76,6 +79,9 @@ static TranslationConfig.Input createInput(@Nonnull final String targetLanguage)
7679 * Create a new output translation configuration.
7780 *
7881 * @param targetLanguage The target language code
82+ * @link <a
83+ * href="https://help.sap.com/docs/translation-hub/sap-translation-hub/supported-languages">
84+ * SAP AI Core: Orchestration - SAP Translation Hub Table with official languages</a>
7985 * @return A TranslationConfig configured for output translation
8086 */
8187 @ Nonnull
You can’t perform that action at this time.
0 commit comments