Interface FactualityCheck

FactualityCheck represents an object that contains a check choice.

interface FactualityCheck {
    index: number;
    score: number;
}

Properties

Properties

index: number

index represents the index position in the collection for this checks.

score: number

score represents the score for this check.