---
title: stringArrayValue
framework: coreml
role: symbol
role_heading: Instance Property
path: coreml/mlsendablefeaturevalue/stringarrayvalue
---

# stringArrayValue

The string array value, if the contained value is an array of string.

## Declaration

```swift
var stringArrayValue: [String]? { get }
```

## See Also

### Accessing the values

- [doubleValue](coreml/mlsendablefeaturevalue/doublevalue.md)
- [float16Value](coreml/mlsendablefeaturevalue/float16value.md)
- [floatValue](coreml/mlsendablefeaturevalue/floatvalue.md)
- [integerDictionaryValue](coreml/mlsendablefeaturevalue/integerdictionaryvalue.md)
- [integerValue](coreml/mlsendablefeaturevalue/integervalue.md)
- [isScalar](coreml/mlsendablefeaturevalue/isscalar.md)
- [isShapedArray](coreml/mlsendablefeaturevalue/isshapedarray.md)
- [isUndefined](coreml/mlsendablefeaturevalue/isundefined.md)
- [stringDictionaryValue](coreml/mlsendablefeaturevalue/stringdictionaryvalue.md)
- [stringValue](coreml/mlsendablefeaturevalue/stringvalue.md)
- [type](coreml/mlsendablefeaturevalue/type.md)
