---
title: hasFinishedStreaming
framework: createml
role: symbol
role_heading: Instance Property
path: createml/mlstreamingvisualizable/hasfinishedstreaming
---

# hasFinishedStreaming

A Boolean value that indicates whether the stream has provided its final iteration.

## Declaration

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

## Discussion

Discussion This method updates cgImage to the next iteration.

## See Also

### Seeing the next visualization

- [nextIteration()](createml/mlstreamingvisualizable/nextiteration().md)
