SynthesisResult

data class SynthesisResult(val description: String, val confidence: Double, val sourcePropositionIds: List<String>)

Result of relationship description synthesis.

Constructors

Link copied to clipboard
constructor(description: String, confidence: Double, sourcePropositionIds: List<String>)

Properties

Link copied to clipboard

Confidence in the synthesized description (0.0-1.0)

Link copied to clipboard

The synthesized description

Link copied to clipboard

IDs of propositions used in synthesis