<!--
{
  "availability" : [
    "iOS: 27.0.0 -",
    "iPadOS: 27.0.0 -",
    "macCatalyst: 27.0.0 -",
    "macOS: 27.0.0 -",
    "visionOS: 27.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CoreSpotlight",
  "identifier" : "/documentation/CoreSpotlight/SearchResultsTable/Value",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "Core Spotlight",
      "FoundationModels"
    ],
    "preciseIdentifier" : "s:31_CoreSpotlight_FoundationModels18SearchResultsTableV5ValueO"
  },
  "title" : "SearchResultsTable.Value"
}
-->

# SearchResultsTable.Value

A cell value — typed so the host app can format, sort, or export correctly.

```
enum Value
```

## Topics

### Enumeration Cases

[`case boolean(Bool)`](/documentation/CoreSpotlight/SearchResultsTable/Value/boolean(_:))

[`case date(Date)`](/documentation/CoreSpotlight/SearchResultsTable/Value/date(_:))

[`case double(Double)`](/documentation/CoreSpotlight/SearchResultsTable/Value/double(_:))

[`case integer(Int)`](/documentation/CoreSpotlight/SearchResultsTable/Value/integer(_:))

[`case none`](/documentation/CoreSpotlight/SearchResultsTable/Value/none)

[`case string(String)`](/documentation/CoreSpotlight/SearchResultsTable/Value/string(_:))

## Relationships

### Conforms To

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

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

---

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)