API reference
API reference
Select your platform
No SDKs available
No versions available

ITTSWebHandler Interface

Overview

Properties

Any web request performs this event
Streaming events
Download events

Public Member Functions

string
Method for determining if there are problems that will arise with performing a web request prior to doing so
void
Method for performing a web load request
bool
Cancel web stream
void
RequestDownloadFromWeb
( TTSClipData clipData,
string downloadPath )
Method for performing a web load request
bool
CancelWebDownload
( TTSClipData clipData,
string downloadPath )
Cancel web download

Details

Properties

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

Member Functions

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
downloadPath
Path to save clip
bool Meta.WitAi.TTS.Interfaces.ITTSWebHandler.CancelWebDownload
( TTSClipData clipData,
string downloadPath )
Cancel web download
Parameters
clipID
Clip unique identifier
downloadPath
Path to save clip
Did you find this page helpful?
Thumbs up icon
Thumbs down icon