> For the complete documentation index, see [llms.txt](https://docs.yarnspinner.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.yarnspinner.dev/api/csharp/yarn.unity/yarn.unity.wordtypewriter/yarn.unity.wordtypewriter.wordspersecond.md).

# WordsPerSecond

Property in [WordTypewriter](/api/csharp/yarn.unity/yarn.unity.wordtypewriter.md)

## Summary

The number of words per second to deliver.

```csharp
public float WordsPerSecond { get; set; }
```

## Remarks

If this value is zero, all words are delivered at once, subject to any delays added by the markup handlers in [ActionMarkupHandlers](/api/csharp/yarn.unity/yarn.unity.wordtypewriter/yarn.unity.wordtypewriter.actionmarkuphandlers.md) .
