The term being translated by the custom terminology.

interface Term {
    SourceText?: string;
    TargetText?: string;
}

Properties

SourceText?: string

The source text of the term being translated by the custom terminology.

TargetText?: string

The target text of the term being translated by the custom terminology.