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

# INWorkoutGoalUnitType

Describes the unit of measure with constants for a workout.

```
enum INWorkoutGoalUnitType
```

## Topics

### Constants

[`INWorkoutGoalUnitTypeUnknown`](/documentation/Intents/INWorkoutGoalUnitType/unknown)

An unknown unit.

[`INWorkoutGoalUnitTypeInch`](/documentation/Intents/INWorkoutGoalUnitType/inch)

A measurement of the goal in inches.

[`INWorkoutGoalUnitTypeMeter`](/documentation/Intents/INWorkoutGoalUnitType/meter)

A measurement of the goal in meters.

[`INWorkoutGoalUnitTypeFoot`](/documentation/Intents/INWorkoutGoalUnitType/foot)

A measurement of the goal in feet.

[`INWorkoutGoalUnitTypeMile`](/documentation/Intents/INWorkoutGoalUnitType/mile)

A measurement of the goal in miles.

[`INWorkoutGoalUnitTypeYard`](/documentation/Intents/INWorkoutGoalUnitType/yard)

A measurement of the goal in yards.

[`INWorkoutGoalUnitTypeSecond`](/documentation/Intents/INWorkoutGoalUnitType/second)

A measurement of the goal in seconds.

[`INWorkoutGoalUnitTypeMinute`](/documentation/Intents/INWorkoutGoalUnitType/minute)

A measurement of the goal in minutes.

[`INWorkoutGoalUnitTypeHour`](/documentation/Intents/INWorkoutGoalUnitType/hour)

A measurement of the goal in hours.

[`INWorkoutGoalUnitTypeJoule`](/documentation/Intents/INWorkoutGoalUnitType/joule)

A measurement of the goal in joules.

[`INWorkoutGoalUnitTypeKiloCalorie`](/documentation/Intents/INWorkoutGoalUnitType/kiloCalorie)

A measurement of the goal in kilo caleries.

## Relationships

### Conforms To

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

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

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

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

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

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

---

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)