Skip to main content
Version: Latest

AIClipSet

namespace AIHuman.Common.Model

Modifier and TypeMethod and Description
enumClipType Clipset types are as follows.
- CLIP_SPEECH: Clip only for speech without gestures
- CLIP_GESTURE: Gesture only Clip
- CLIP_SPEECH_GESTURE: Clip for speech with gestures
ClipTypeType { get; } Get the clip type set in the AIClipSet.
stringSpeechText { get; } Get the sentence set in the AIClipSet.
stringGestureName { get; } Get the gesture name set in the AIClipSet.
stringClipId { get; } Get the ID set in the AIClipSet.