ApiBooleanScore: ApiBaseScore & {
    stringValue: string;
    value: number;
}

BooleanScore

Type declaration

  • stringValue: string

    The string representation of the score value. Is inferred from the numeric value and equals "True" or "False"

  • value: number

    The numeric value of the score. Equals 1 for "True" and 0 for "False"

    double