> 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.voiceoverpresenter/yarn.unity.voiceoverpresenter.endlinewhenvoiceovercomplete.md).

# endLineWhenVoiceoverComplete

Field in [VoiceOverPresenter](/3.1/api/csharp/yarn.unity/yarn.unity.voiceoverpresenter.md)

## Summary

If `true` , the voice over view will request that the dialogue runner proceed to the next line when audio for the line has finished playing.

```csharp
public bool endLineWhenVoiceoverComplete = true;
```
