Table of Contents

Enum DisplayServer.TtsUtteranceEvent

Namespace
Godot
Assembly
GodotSharp.dll
public enum DisplayServer.TtsUtteranceEvent : long

Fields

Boundary = 3

Utterance reached a word or sentence boundary.

Canceled = 2

Utterance was canceled, or TTS service was unable to process it.

Ended = 1

Utterance was successfully finished.

Started = 0

Utterance has begun to be spoken.