Enum ResultEvent

Definition

Namespace:
Tizen.Uix.TtsEngine
Assembly:
Tizen.Uix.TtsEngine.dll
API Level:
4

Enumeration for the results.

C#
Copy
public enum ResultEvent
Name Description
Continue

Event when the next sound data exists, not the first and the last.

Fail

Event when the voice synthesis fails.

Finish

Event when the sound data is the last data or the sound data is the only result.

Start

Event when the sound data is the first data by the callback function.