---
title: possibleDimensions
framework: datadetection
role: symbol
role_heading: Instance Property
path: datadetection/datadetector/match/semanticdetails/measurement/possibledimensions
---

# possibleDimensions

An array of dimensions someone can consider for use in a measurement.

## Declaration

```swift
let possibleDimensions: [Dimension]
```

## Discussion

Discussion There’s typically only one measurement, unless the original string is ambiguous and open to interpretation in more than one way. For example, a measurement of “10 degrees” is ambiguous without additional context.

## See Also

### Values that describe the characteristics of the measurement

- [measurement(in:)](datadetection/datadetector/match/semanticdetails/measurement/measurement(in:).md)
- [value](datadetection/datadetector/match/semanticdetails/measurement/value.md)
