> 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/ios/driving-insights/sentdrivinginsights.md).

# SENTDrivingInsights

```objectivec
SWIFT_CLASS_NAMED("DrivingInsights")
@interface SENTDrivingInsights : NSObject
```

## SENTDrivingInsights API

### `transportEvent`

> Returns the [transport event](/sdk/api-reference/ios/event-timeline/senttimelineevent/senttransportevent.md).
>
> <pre class="language-objectivec"><code class="lang-objectivec"><strong>@property (nonatomic, readonly, strong) SENTTransportEvent * _Nonnull transportEvent;
> </strong></code></pre>

### `safetyScores`

> Returns the [safety scores](/sdk/api-reference/ios/driving-insights/sentsafetyscores.md).
>
> ```objectivec
> @property (nonatomic, readonly, strong) SENTSafetyScores * _Nonnull safetyScores;
> ```
