---
title: "GeneratedContent.Kind.string(_:)"
framework: foundationmodels
role: symbol
role_heading: Case
path: "foundationmodels/generatedcontent/kind-swift.enum/string(_:)"
---

# GeneratedContent.Kind.string(_:)

Represents a string value.

## Declaration

```swift
case string(String)
```

## Parameters

- `value`: The string value.

## See Also

### Getting the kind of content

- [GeneratedContent.Kind.array(_:)](foundationmodels/generatedcontent/kind-swift.enum/array(_:).md)
- [GeneratedContent.Kind.bool(_:)](foundationmodels/generatedcontent/kind-swift.enum/bool(_:).md)
- [GeneratedContent.Kind.null](foundationmodels/generatedcontent/kind-swift.enum/null.md)
- [GeneratedContent.Kind.number(_:)](foundationmodels/generatedcontent/kind-swift.enum/number(_:).md)
- [GeneratedContent.Kind.structure(properties:orderedKeys:)](foundationmodels/generatedcontent/kind-swift.enum/structure(properties:orderedkeys:).md)
