---
title: stringValues
framework: coreml
role: symbol
role_heading: Instance Property
path: coreml/mlsequence/stringvalues
---

# stringValues

An array of strings in the sequence.

## Declaration

```swift
var stringValues: [String] { get }
```

## Discussion

Discussion Only use this property when the sequence’s type is MLFeatureType.string.

## See Also

### Retrieving the Sequence’s Values

- [int64Values](coreml/mlsequence/int64values.md)
