LanguageCodePairArgs

data class LanguageCodePairArgs(val sourceLanguageCode: Output<String>, val targetLanguageCode: Output<String>) : ConvertibleToJava<LanguageCodePairArgs>

Used with unidirectional glossaries.

Constructors

Link copied to clipboard
fun LanguageCodePairArgs(sourceLanguageCode: Output<String>, targetLanguageCode: Output<String>)

Functions

Link copied to clipboard
open override fun toJava(): LanguageCodePairArgs

Properties

Link copied to clipboard

The ISO-639 language code of the input text, for example, "en-US". Expected to be an exact match for GlossaryTerm.language_code.

Link copied to clipboard

The ISO-639 language code for translation output, for example, "zh-CN". Expected to be an exact match for GlossaryTerm.language_code.