---
title: manufacturer
framework: intents
role: symbol
role_heading: Instance Property
path: intents/inridevehicle/manufacturer
---

# manufacturer

The name of the vehicle’s manufacturer.

## Declaration

```swift
var manufacturer: String? { get set }
```

## Discussion

Discussion Examples might include “Honda” or “Ford”.

## See Also

### Specifying the Vehicle Description

- [registrationPlate](intents/inridevehicle/registrationplate.md)
- [model](intents/inridevehicle/model.md)
