<!--
{
  "availability" : [
    "macOS: 15.4.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "FSKit",
  "identifier" : "/documentation/FSKit/FSMatchResult",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "FSKit"
    ],
    "preciseIdentifier" : "c:@E@FSMatchResult"
  },
  "title" : "FSMatchResult"
}
-->

# FSMatchResult

A type that represents the recognition and usability of a probed resource.

```
enum FSMatchResult
```

## Topics

### Working with match results

[`FSMatchResult.usable`](/documentation/FSKit/FSMatchResult/usable)

The probe recognizes the resource and is ready to use it.

[`FSMatchResult.usableButLimited`](/documentation/FSKit/FSMatchResult/usableButLimited)

The probe recognizes the resource and is ready to use it, but only in a limited capacity.

[`FSMatchResult.recognized`](/documentation/FSKit/FSMatchResult/recognized)

The probe recognizes the resource but can’t use it.

[`FSMatchResult.notRecognized`](/documentation/FSKit/FSMatchResult/notRecognized)

The probe doesn’t recognize the resource.

### Working with raw values

[`init(rawValue:)`](/documentation/FSKit/FSMatchResult/init(rawValue:))



---

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)