---
title: MLSendableFeatureValue
framework: coreml
role: symbol
role_heading: Structure
path: coreml/mlsendablefeaturevalue
---

# MLSendableFeatureValue

A sendable feature value.

## Declaration

```swift
struct MLSendableFeatureValue
```

## Overview

Overview This version of feature value is similar to MLFeatureValue but it can be passed across concurrency domains. Once in the target concurrency domain, you can then convert it to a MLFeatureValue.

## Topics

### Creating a sendable feature value

- [init(_:)](coreml/mlsendablefeaturevalue/init(_:).md)
- [init(undefined:)](coreml/mlsendablefeaturevalue/init(undefined:).md)

### 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)
- [stringArrayValue](coreml/mlsendablefeaturevalue/stringarrayvalue.md)
- [stringDictionaryValue](coreml/mlsendablefeaturevalue/stringdictionaryvalue.md)
- [stringValue](coreml/mlsendablefeaturevalue/stringvalue.md)
- [type](coreml/mlsendablefeaturevalue/type.md)

### Getting the shaped array value

- [shapedArrayValue(of:)](coreml/mlsendablefeaturevalue/shapedarrayvalue(of:).md)

## Relationships

### Conforms To

- [Copyable](swift/copyable.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Escapable](swift/escapable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Model inputs and outputs

- [Making Predictions with a Sequence of Inputs](coreml/making-predictions-with-a-sequence-of-inputs.md)
- [MLFeatureValue](coreml/mlfeaturevalue.md)
- [MLFeatureProvider](coreml/mlfeatureprovider.md)
- [MLDictionaryFeatureProvider](coreml/mldictionaryfeatureprovider.md)
- [MLBatchProvider](coreml/mlbatchprovider.md)
- [MLArrayBatchProvider](coreml/mlarraybatchprovider.md)
- [MLModelAsset](coreml/mlmodelasset.md)
