GoogleTTSAddAndStartText Method |
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public void AddAndStartText(
string text
)
Public Sub AddAndStartText (
text As String
)
public:
void AddAndStartText(
String^ text
)
member AddAndStartText :
text : string -> unit
Parameters
- text
- Type: SystemString
See Also