For the complete documentation index, see llms.txt. This page is also available as Markdown.

SafetyScoreRequestParameters

Represents the parameters for which an aggregated safety score is being requested.

SafetyScoreRequestParameters API

getOccupantRoles()

Returns the occupant roles for which an aggregated safety score will be requested.

OccupantRoles getOccupantRoles();

getPeriod()

Returns the period for which an aggregated safety score will be requested.

Period getPeriod();

getTransportModes()

Returns the transport modes for which an aggregated safety score will be requested.

TransportModes getTransportModes();

Last updated