Skip to main content
Version: Latest

AIClipSet

Modifier and TypeMethod and Description
enumClipType
- CLIP_SPEECH
- CLIP_GESTURE
- CLIP_SPEECH_GESTURE
StringgetSpeechText() speech to speak
ClipTypegetClipType() get ClipType of AIClipSet
StringgetGesture() get the name of gesture
StringgetKey() get Clip's key
static StringcreateKey(String gesture, String speechText) create Clips' key
CustomVoicegetCustomVoice() get current custom voice.
voidsetCustomVoice(CustomVoice cv) set a custom voice.
static StringcreateKey(String gesture, String speechText) create key with gesture and speechText.