GlossaryTermsPairArgs

data class GlossaryTermsPairArgs(val sourceTerm: Output<GlossaryTermArgs>? = null, val targetTerm: Output<GlossaryTermArgs>? = null) : ConvertibleToJava<GlossaryTermsPairArgs>

Represents a single entry for an unidirectional glossary.

Constructors

Link copied to clipboard
fun GlossaryTermsPairArgs(sourceTerm: Output<GlossaryTermArgs>? = null, targetTerm: Output<GlossaryTermArgs>? = null)

Functions

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

Properties

Link copied to clipboard
val sourceTerm: Output<GlossaryTermArgs>? = null

The source term is the term that will get match in the text,

Link copied to clipboard
val targetTerm: Output<GlossaryTermArgs>? = null

The term that will replace the match source term.