Enum DisplayServer.TtsUtteranceEvent
- Namespace
- Godot
- Assembly
- GodotSharp.dll
public enum DisplayServer.TtsUtteranceEvent : long
Fields
Boundary = 3Utterance reached a word or sentence boundary.
Canceled = 2Utterance was canceled, or TTS service was unable to process it.
Ended = 1Utterance was successfully finished.
Started = 0Utterance has begun to be spoken.