SENTVehicleCrashEvent
Represents a vehicle crash event detected by the Sentiance SDK.
confidence
Returns a confidence value between 0 and 100.
date
Returns the date of the crash in the UTC
deltaV
Returns the delta-v estimated over the peak duration, in m/s.
location
Returns the last known location prior to the crash.
magnitude
Returns the magnitude of the crash event in m/s2.
precedingLocations
Returns a list of recent locations that lead up to this crash. Locations are ordered from oldest to most recent.
severity
Returns the severity of the crash event. See SENTVehicleCrashSeverity.
speedAtImpact
Returns the inferred speed at the moment of impact, in m/s.
Last updated