본문으로 건너뛰기
버전: 1.3.x

AIPlayer DATA

1. AIModel

ParamTypeDescription
jsonObjectgetAiList return
json.aiNameStringAI name
json.aiDisplayNameStringAI display name
json.aiTypeStringAI type('2D')
json.languageStringAI available Language('kr', 'en', 'zh')
json.thumbUrlStringAI thumbnail image url

2. AIClipSet

ParamTypeDescription
jsonObjectAIClipset json object used for GesturePlay
json.textStringA sentence to be synthesized
json.gstStringGesture name can be obtained from AIPlayer.getGestures(), If there is no gst value, the function performs like normal speech

3. AIGesture

ParamTypeDescription
jsonObjectAIClipset json object used for GesturePlay
json.enableSpeechBooleanA boolean indicating whether speech can be performed simultaneously to the gesture
json.gstStringGesture's name

4. CustomVoice

ParamTypeDescription
jsonObjectCustomVoice
json.idStringCustomVoice id
json.languageStringCustomVoice supported languages
json.nameStringCustomVoice name
json.genderStringCustomVoice gender("MALE", "FEMALE", "UNI")