SENTSafetyScores
Last updated
@interface SENTSafetyScores : NSObjectattentionScoreThe attention score floating point value, which is between 0 and 1, where 1 is the perfect score.
var attentionScore: Float?
callWhileMovingScoreThe call while moving score floating point value, which is between 0 and 1, where 1 is the perfect score.
var callWhileMovingScore: Float?
focusScoreThe focused driving score, which is between 0 and 1, where 1 is the perfect score.
var focusScore: Float?
legalScoreThe legal driving (speeding) score floating point value, which is between 0 and 1, where 1 is the perfect score.
var legalScore: Float?
overallScoreThe overall driving score floating point value, which is between 0 and 1, where 1 is the perfect score. This score is computed using the other safety scores.
smoothScoreThe smooth driving score, which is between 0 and 1, where 1 is the perfect score.
wrongWayDrivingScoreThe wrong way driving score, between 0 and 1, where 1 is the perfect score.
Last updated
var wrongWayDrivingScore: Float?var smoothScore: Float?var wrongWayDrivingScore: Float?