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

    Type Alias TranslationConfigParams<T>

    TranslationConfigParams: T extends "input"
        ? TranslationInputParameters
        : TranslationOutputParameters

    Parameters for translation configurations.

    Type Parameters

    • T extends ConfigType