ITextToSpeechPlaybackTexts Property |
Gets the texts in the queue
Namespace:
Ozeki.Media
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
SyntaxIEnumerable<string> Texts { get; }
ReadOnly Property Texts As IEnumerable(Of String)
Get
property IEnumerable<String^>^ Texts {
IEnumerable<String^>^ get ();
}
abstract Texts : IEnumerable<string> with get
Property Value
Type:
IEnumerableString
See Also