Skip to content

Interface: VerbalizationResultDto

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Synthetic / VerbalizationResultDto

Interface: VerbalizationResultDto

Defined in: src/types/synthetic.ts:240

Result of verbalizing a single term.

Properties

featuresIncluded

featuresIncluded: number

Defined in: src/types/synthetic.ts:242

Number of features included in verbalization.


featuresTotal

featuresTotal: number

Defined in: src/types/synthetic.ts:244

Total features available on the term.


sortName

sortName: string

Defined in: src/types/synthetic.ts:246

The sort name of the source term.


strategy

strategy: string

Defined in: src/types/synthetic.ts:248

The verbalization strategy used.


text

text: string

Defined in: src/types/synthetic.ts:250

The generated natural language text.