> 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/3.1/api/csharp/yarn.unity/yarn.unity.lettertypewriter/yarn.unity.lettertypewriter.characterspersecond.md).

# CharactersPerSecond

Property in [LetterTypewriter](/3.1/api/csharp/yarn.unity/yarn.unity.lettertypewriter.md)

## Summary

The number of characters per second to deliver.

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

## Remarks

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