interface SafetyScores {
    attentionScore?: number;
    callWhileMovingScore?: number;
    focusScore?: number;
    harshAccelerationScore?: number;
    harshBrakingScore?: number;
    harshTurningScore?: number;
    legalScore?: number;
    overallScore?: number;
    smoothScore?: number;
    wrongWayDrivingScore?: number;
}

Properties

attentionScore?: number

Attention score, between 0 and 1, where 1 is the perfect score.

callWhileMovingScore?: number

Call while moving driving score, between 0 and 1, where 1 is the perfect score.

focusScore?: number

Focused driving score, between 0 and 1, where 1 is the perfect score.

harshAccelerationScore?: number

Harsh acceleration score, between 0 and 1, where 1 is the perfect score.

harshBrakingScore?: number

Harsh braking score, between 0 and 1, where 1 is the perfect score.

harshTurningScore?: number

Harsh turning score, between 0 and 1, where 1 is the perfect score.

legalScore?: number

Legal driving score, between 0 and 1, where 1 is the perfect score.

overallScore?: number

Overall driving score, between 0 and 1, where 1 is the perfect score.

smoothScore?: number

Smooth driving score, between 0 and 1, where 1 is the perfect score.

wrongWayDrivingScore?: number

Wrong way driving score, between 0 and 1, where 1 is the perfect score.