WebRequestEvents[Get] Any web request performs this event | |
WebStreamEvents[Get] Streaming events | |
WebDownloadEvents[Get] Download events |
string | GetWebErrors ( TTSClipData clipData ) Method for determining if there are problems that will arise with performing a web request prior to doing so |
void | RequestStreamFromWeb ( TTSClipData clipData ) Method for performing a web load request |
bool | CancelWebStream ( TTSClipData clipData ) Cancel web stream |
void | Method for performing a web load request |
bool | Cancel web download |
| TTSWebRequestEvents Meta.WitAi.TTS.Interfaces.ITTSWebHandler.WebRequestEvents |
|---|
Any web request performs this event |
| TTSStreamEvents Meta.WitAi.TTS.Interfaces.ITTSWebHandler.WebStreamEvents |
|---|
Streaming events |
| TTSDownloadEvents Meta.WitAi.TTS.Interfaces.ITTSWebHandler.WebDownloadEvents |
|---|
Download events |
| string Meta.WitAi.TTS.Interfaces.ITTSWebHandler.GetWebErrors ( TTSClipData clipData ) |
|---|
Method for determining if there are problems that will arise with performing a web request prior to doing so Parameters clipData The clip data to be used for the request Returns Invalid error(s). It will be empty if there are none |
| void Meta.WitAi.TTS.Interfaces.ITTSWebHandler.RequestStreamFromWeb ( TTSClipData clipData ) |
|---|
Method for performing a web load request Parameters clipData Clip request data |
| bool Meta.WitAi.TTS.Interfaces.ITTSWebHandler.CancelWebStream ( TTSClipData clipData ) |
|---|
Cancel web stream Parameters clipID Clip unique identifier |
| void Meta.WitAi.TTS.Interfaces.ITTSWebHandler.RequestDownloadFromWeb ( TTSClipData clipData, string downloadPath ) |
|---|
Method for performing a web load request Parameters clipData Clip request data downloadPathPath to save clip |
| bool Meta.WitAi.TTS.Interfaces.ITTSWebHandler.CancelWebDownload ( TTSClipData clipData, string downloadPath ) |
|---|
Cancel web download Parameters clipID Clip unique identifier downloadPathPath to save clip |