# SENTDrivingInsights

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

## SENTDrivingInsights API

### `transportEvent`

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

### `safetyScores`

> Returns the [safety scores](https://github.com/sentiance/v4-docs/blob/main/important-topics/sdk/api-reference/ios/driving-insights/broken-reference/README.md).
>
> ```objectivec
> @property (nonatomic, readonly, strong) SENTSafetyScores * _Nonnull safetyScores;
> ```
