<!--
{
  "availability" : [

  ],
  "documentType" : "symbol",
  "framework" : "SiriKit",
  "identifier" : "/documentation/Intents/INPersonHandleLabel",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:@T@INPersonHandleLabel"
  },
  "title" : "INPersonHandleLabel"
}
-->

# INPersonHandleLabel

Constants describing how the person handle relates to the user.

```
struct INPersonHandleLabel
```

## Topics

### Initializers

[`init(String)`](/documentation/Intents/INPersonHandleLabel/init(_:))

Creates a person handle label with the specified raw value.

[`init(rawValue: String)`](/documentation/Intents/INPersonHandleLabel/init(rawValue:))

Creates a person handle label with the specified raw value.

### Type Properties

[`static let home: INPersonHandleLabel`](/documentation/Intents/INPersonHandleLabel/home)

A constant indicating that the handle is associated with the user’s home.

[`static let homeFax: INPersonHandleLabel`](/documentation/Intents/INPersonHandleLabel/homeFax)

A constant indicating that the handle represents a home fax number.

[`static let iPhone: INPersonHandleLabel`](/documentation/Intents/INPersonHandleLabel/iPhone)

A constant indicating that the handle is associated with the user’s iPhone.

[`static let main: INPersonHandleLabel`](/documentation/Intents/INPersonHandleLabel/main)

A constant indicating that the handle is the primary way to contact the user.

[`static let mobile: INPersonHandleLabel`](/documentation/Intents/INPersonHandleLabel/mobile)

A constant indicating that the handle is associated with a mobile device.

[`static let other: INPersonHandleLabel`](/documentation/Intents/INPersonHandleLabel/other)

A constant indicating that the handle is associated with a location or device not specified by any other constant.

[`static let pager: INPersonHandleLabel`](/documentation/Intents/INPersonHandleLabel/pager)

A constant indicating that the handle is associated with the user’s pager.

[`static let work: INPersonHandleLabel`](/documentation/Intents/INPersonHandleLabel/work)

A constant indicating that the handle is associated with the user’s work.

[`static let workFax: INPersonHandleLabel`](/documentation/Intents/INPersonHandleLabel/workFax)

A constant indicating that the handle represents a work fax number.

[`static let school: INPersonHandleLabel`](/documentation/Intents/INPersonHandleLabel/school)

## Relationships

### Conforms To

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

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

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

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

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

---

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)