<!--
{
  "availability" : [
    "iOS: 16.0.0 -",
    "iPadOS: 16.0.0 -",
    "macCatalyst: 16.0.0 -",
    "macOS: 13.0.0 -",
    "tvOS: 16.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 9.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "ShazamKit",
  "identifier" : "/documentation/ShazamKit/SHSession/Result",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "ShazamKit"
    ],
    "preciseIdentifier" : "s:So9SHSessionC9ShazamKitE6ResultO"
  },
  "title" : "SHSession.Result"
}
-->

# SHSession.Result

Identifies the result from an asynchronous sequence result.

```
@frozen enum Result
```

## Topics

### Constants

[`case match(SHMatch)`](/documentation/ShazamKit/SHSession/Result/match(_:))

A type that indicates a session match.

[`case noMatch(SHSignature)`](/documentation/ShazamKit/SHSession/Result/noMatch(_:))

A type that indicates there’s no match for the signature.

[`case error(any Error, SHSignature)`](/documentation/ShazamKit/SHSession/Result/error(_:_:))

A type that indicates a session error.

## Relationships

### Conforms To

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

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

---

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)