---
title: FSMatchResult.notRecognized
framework: fskit
role: symbol
role_heading: Case
path: fskit/fsmatchresult/notrecognized
---

# FSMatchResult.notRecognized

The probe doesn’t recognize the resource.

## Declaration

```swift
case notRecognized
```

## Discussion

Discussion This match result is appropriate when the file system module determines that the resource uses a completely different format.

## See Also

### Working with match results

- [FSMatchResult.usable](fskit/fsmatchresult/usable.md)
- [FSMatchResult.usableButLimited](fskit/fsmatchresult/usablebutlimited.md)
- [FSMatchResult.recognized](fskit/fsmatchresult/recognized.md)
