---
title: StringSearchCriteriaFromStringResolverSpecificification
framework: appintents
role: symbol
role_heading: Structure
path: appintents/stringsearchcriteriafromstringresolverspecificification
---

# StringSearchCriteriaFromStringResolverSpecificification

An internal type that a resolver uses to convert data values.

## Declaration

```swift
struct StringSearchCriteriaFromStringResolverSpecificification
```

## Overview

Overview Don’t use a StringSearchCriteriaFromStringResolverSpecificification type directly in your code. The system uses this type internally to manage the resolution process.

## Relationships

### Conforms To

- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [Resolver](appintents/resolver.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Managing the resolution process

- [ResolverSpecification](appintents/resolverspecification.md)
- [EmptyResolverSpecification](appintents/emptyresolverspecification.md)
- [ResolverSpecificationBuilder](appintents/resolverspecificationbuilder.md)
