> For the complete documentation index, see [llms.txt](https://docs.sentiance.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sentiance.com/sdk/api-reference/android/driving-insights/safetyscorerequestparameters.md).

# 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.

```java
OccupantRoles getOccupantRoles();
```

### `getPeriod()`

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

```java
Period getPeriod();
```

### `getTransportModes()`

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

```java
TransportModes getTransportModes();
```
