<!--
{
  "availability" : [
    "iOS: 26.0.0 -",
    "iPadOS: 26.0.0 -",
    "macCatalyst: 26.0.0 -",
    "macOS: 26.0.0 -",
    "tvOS: 26.0.0 -",
    "visionOS: 26.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Speech",
  "identifier" : "/documentation/Speech/AssetInventory/Status",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "Speech"
    ],
    "preciseIdentifier" : "s:6Speech14AssetInventoryC6StatusO"
  },
  "title" : "AssetInventory.Status"
}
-->

# AssetInventory.Status

```
enum Status
```

## Topics

### Asset status

[`case downloading`](/documentation/Speech/AssetInventory/Status/downloading)

The system is currently downloading the assets, or waiting for conditions to improve and continue downloading later.

[`case installed`](/documentation/Speech/AssetInventory/Status/installed)

The necessary assets have been downloaded and installed on the device, and the module is ready for use.

[`case supported`](/documentation/Speech/AssetInventory/Status/supported)

The module can work with its configuration, but the assets will need to be downloaded.

[`case unsupported`](/documentation/Speech/AssetInventory/Status/unsupported)

The module will not work with its configuration.

## Relationships

### Conforms To

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

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

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

---

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)