Interface FactualityCheck

FactualityCheck represents an object that contains a check choice.

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

Properties

Properties

index: number

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

score: number

score represents the score for this check.

status: string

status represents the status for this check.