---
title: repeats
framework: carplay
role: symbol
role_heading: Instance Property
path: carplay/cpvoicecontrolstate/repeats
---

# repeats

A Boolean value that indicates whether the display of an animated image repeats the animation sequence indefinitely.

## Declaration

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

## Discussion

Discussion The animation repeats when this property is true; otherwise, animation occurs only once.

## See Also

### Getting State Information

- [identifier](carplay/cpvoicecontrolstate/identifier.md)
- [titleVariants](carplay/cpvoicecontrolstate/titlevariants.md)
- [image](carplay/cpvoicecontrolstate/image.md)
