Language Code Pair Args
data class LanguageCodePairArgs(val sourceLanguageCode: Output<String>, val targetLanguageCode: Output<String>) : ConvertibleToJava<LanguageCodePairArgs>
Used with unidirectional glossaries.
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.