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

ITTSRuntimeCacheHandler Interface

Overview

Properties

Callback for clips being added to the runtime cache
Callback for clips being removed from the runtime cache

Public Member Functions

Method for obtaining all cached clips
GetClip
( string clipID )
Method for obtaining a specific cached clip
bool
AddClip
( TTSClipData clipData )
Method for adding a clip to the cache
void
RemoveClip
( string clipID )
Method for removing a clip from the cache

Details

Properties

TTSClipEvent Meta.WitAi.TTS.Interfaces.ITTSRuntimeCacheHandler.OnClipAdded
Callback for clips being added to the runtime cache
TTSClipEvent Meta.WitAi.TTS.Interfaces.ITTSRuntimeCacheHandler.OnClipRemoved
Callback for clips being removed from the runtime cache

Member Functions

TTSClipData [] Meta.WitAi.TTS.Interfaces.ITTSRuntimeCacheHandler.GetClips ( )
Method for obtaining all cached clips
TTSClipData Meta.WitAi.TTS.Interfaces.ITTSRuntimeCacheHandler.GetClip
( string clipID )
Method for obtaining a specific cached clip
bool Meta.WitAi.TTS.Interfaces.ITTSRuntimeCacheHandler.AddClip
( TTSClipData clipData )
Method for adding a clip to the cache
Parameters
clipData
Returns
void Meta.WitAi.TTS.Interfaces.ITTSRuntimeCacheHandler.RemoveClip
( string clipID )
Method for removing a clip from the cache
Did you find this page helpful?
Thumbs up icon
Thumbs down icon