ITextToSpeechPlaybackTexts Property |
Gets the texts in the queue
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.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
IEnumerableString
See Also