<!--
{
  "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

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

An unknown seat position.

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

The driver’s seat.

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

The front passenger’s seat.

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

The front-left car seat.

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

The front-right car seat.

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

The front seats.

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

The rear-left car seat.

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

The rear-right car seat.

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

The rear seats.

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

The left seat in third-row seating.

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

The right seat in third-row seating.

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

The third row seats.

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

All seats in the car.

## Relationships

### Conforms To

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

[`Hashable`](/documentation/Swift/Hashable)

[`Sendable`](/documentation/Swift/Sendable)

[`BitwiseCopyable`](/documentation/Swift/BitwiseCopyable)

[`Equatable`](/documentation/Swift/Equatable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

---

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)