<!--
{
  "availability" : [
    "iOS: 10.0.0 - 15.0.0",
    "iPadOS: 10.0.0 - 15.0.0",
    "macCatalyst: 13.1.0 - 15.0.0",
    "visionOS: 1.0.0 - 1.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "SiriKit",
  "identifier" : "/documentation/Intents/INCarSeat",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:@E@INCarSeat"
  },
  "title" : "INCarSeat"
}
-->

# INCarSeat

Constants indicating a seat position.

```
enum INCarSeat
```

## Topics

### Constants

[`INCarSeat.unknown`](/documentation/Intents/INCarSeat/unknown)

An unknown seat position.

[`INCarSeat.driver`](/documentation/Intents/INCarSeat/driver)

The driver’s seat.

[`INCarSeat.passenger`](/documentation/Intents/INCarSeat/passenger)

The front passenger’s seat.

[`INCarSeat.frontLeft`](/documentation/Intents/INCarSeat/frontLeft)

The front-left car seat.

[`INCarSeat.frontRight`](/documentation/Intents/INCarSeat/frontRight)

The front-right car seat.

[`INCarSeat.front`](/documentation/Intents/INCarSeat/front)

The front seats.

[`INCarSeat.rearLeft`](/documentation/Intents/INCarSeat/rearLeft)

The rear-left car seat.

[`INCarSeat.rearRight`](/documentation/Intents/INCarSeat/rearRight)

The rear-right car seat.

[`INCarSeat.rear`](/documentation/Intents/INCarSeat/rear)

The rear seats.

[`INCarSeat.thirdRowLeft`](/documentation/Intents/INCarSeat/thirdRowLeft)

The left seat in third-row seating.

[`INCarSeat.thirdRowRight`](/documentation/Intents/INCarSeat/thirdRowRight)

The right seat in third-row seating.

[`INCarSeat.thirdRow`](/documentation/Intents/INCarSeat/thirdRow)

The third row seats.

[`INCarSeat.all`](/documentation/Intents/INCarSeat/all)

All seats in the car.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)