---
title: kind
framework: foundationmodels
role: symbol
role_heading: Instance Property
path: foundationmodels/generatedcontent/kind-swift.property
---

# kind

The representation of the generated content.

## Declaration

```swift
var kind: GeneratedContent.Kind { get }
```

## Discussion

Discussion This property provides access to the content in a strongly-typed enumeration representation, preserving the hierarchical structure of the data and the data’s GenerationID values.

## See Also

### Accessing the content

- [GeneratedContent.Kind](foundationmodels/generatedcontent/kind-swift.enum.md)
- [value(_:)](foundationmodels/generatedcontent/value(_:).md)
- [value(_:forProperty:)](foundationmodels/generatedcontent/value(_:forproperty:).md)
- [isComplete](foundationmodels/generatedcontent/iscomplete.md)
- [generatedContent](foundationmodels/generatedcontent/generatedcontent.md)
- [jsonString](foundationmodels/generatedcontent/jsonstring.md)
- [debugDescription](foundationmodels/generatedcontent/debugdescription.md)
