AIClipSet
Functions
Name | Description |
---|---|
static func clipset(text: gesture:, customVoice:) | 'text': a speech sentence, 'gesture': gesture 'customVoice': voice model Create ClipSet with speech sentences and gestures as factors. |
Properties
Name | Description |
---|---|
var speechText | String? { getter } read onlyAI's speech sentence |
var gesture | String? { getter } read onlyAI's gesture |
var customVoice | CustomVoice? { getter } read onlyAI's voice |
AIClipSetType
Indicates the form of AI speech and gesture.
Name | Description |
---|---|
CLIP_SPEECH | No gestures and only plain speaking |
CLIP_GESTURE | Gesture only |
CLIP_SPEECH_GESTURE | Speaking with gestures |
CLIP_ERROR | Error due to invalid request |