Class RepeatedText

Definition

Namespace:
Tizen.Uix.Tts
Assembly:
Tizen.Uix.Tts.dll

This class holds information about repeated text.

C#
Copy
public class RepeatedText
Inheritance
object
RepeatedText

Properties

View Source

Text

The last played text.

Declaration
C#
Copy
public string Text { get; }
Property Value
Type Description
string
View Source

UtteranceId

The utterance ID.

Declaration
C#
Copy
public int UtteranceId { get; }
Property Value
Type Description
int