SAP AI SDK for JavaScript - v2.8.0
    Preparing search index...

    Type Alias SAPDocumentTranslationOutput

    Representation of the 'SAPDocumentTranslationOutput' schema.

    type SAPDocumentTranslationOutput = {
        config: {
            source_language?: string;
            target_language: SAPDocumentTranslationOutputTargetLanguage;
        };
        type: "sap_document_translation";
    }
    Index

    Properties

    Properties

    config: {
        source_language?: string;
        target_language: SAPDocumentTranslationOutputTargetLanguage;
    }

    Type Declaration

    type: "sap_document_translation"

    Configuration for sap_document_translation translation provider.

    "sap_document_translation"
    

    Copyright Ⓒ 2026 SAP SE or an SAP affiliate company. All rights reserved.