Class RepeatedText

Definition

Namespace:
Tizen.Uix.Tts
Assembly:
Tizen.Uix.Tts.dll
API Level:
10

This class holds information about repeated text.

C#
Copy
public class RepeatedText
Inheritance
System.Object
RepeatedText

Properties

View Source

Text

The last played text.

Declaration
C#
Copy
public string Text { get; }
Property Value
Type Description
System.String
API Level: 10
View Source

UtteranceId

The utterance ID.

Declaration
C#
Copy
public int UtteranceId { get; }
Property Value
Type Description
Int32
API Level: 10