Class RepeatedText
Definition
- Assembly:
- Tizen.Uix.Tts.dll
This class holds information about repeated text.
public class RepeatedText
- Inheritance
-
objectRepeatedText
Properties
View SourceText
The last played text.
Declaration
public string Text { get; }
Property Value
Type | Description |
---|---|
string |
UtteranceId
The utterance ID.
Declaration
public int UtteranceId { get; }
Property Value
Type | Description |
---|---|
int |