Additional parameters
Enhanced Control of Digital Human Behavior
The Digital Human offers configurable parameters to optimize behavior and tailor it to specific use cases.
Seamless transitions are only available for legacy Digital Humans. If your digital human uses streaming mode, please refer to Embedding of our Streaming Digital Humans documentation instead.
To check whether your digital human is in legacy or streaming mode, see this page.
If the digital human configuration states that videoStreaming=true then your digital human is in streaming mode.
Seamless transitions
By default, a noticeable jump may occur between the Digital Human's idle and response states. To eliminate this, enable the "Seamless Transitions" parameter. This feature leverages precisely calculated video cue points, generated during head visual pre-processing, to create a fluid transition. Seamless Transitions are compatible with all Digital Human head visuals, both pre-defined and custom made.
While Seamless Transitions significantly enhance visual quality, they may introduce a slight perceived delay. This is because the system waits for the video playback to reach a specific "cue point" before triggering the subsequent response.
To activate seamless transitions, add the URL parameter 'seamless_transitions=true' to your Digital Human URL, as shown in the following example.
&seamless_transitions=true
https://chat.unith.ai/yourOrgId/yourHeadId?api_key=yourApikey&seamless_transitions=trueYou can even add this add this parameter directly to your embeded code. Please visit the following documentation here.