---
title: isComplete
framework: foundationmodels
role: symbol
role_heading: Instance Property
path: foundationmodels/generatedcontent/iscomplete
---

# isComplete

A Boolean that indicates whether the generated content is completed.

## Declaration

```swift
var isComplete: Bool { get }
```

## See Also

### Accessing the content

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