GlossaryTermsPairResponse

data class GlossaryTermsPairResponse(val sourceTerm: GlossaryTermResponse, val targetTerm: GlossaryTermResponse)

Represents a single entry for an unidirectional glossary.

Constructors

Link copied to clipboard

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

The term that will replace the match source term.