| TextToSpeechTexts Property  | 
 
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntaxpublic IEnumerable<string> Texts { get; }Public ReadOnly Property Texts As IEnumerable(Of String)
	Get
public:
property IEnumerable<String^>^ Texts {
	IEnumerable<String^>^ get ();
}member Texts : IEnumerable<string> with get
Property Value
Type: 
IEnumerableString
See Also