Additional parameters
The Digital Human offers configurable parameters to optimize behavior and tailor it to specific use cases.
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
You can even add this add this parameter directly to your embeded code. Please visit the following documentation here.
The "Time Pressure" feature introduces a time constraint for end-user interactions. When it's the user's turn to respond to the Digital Human, a 60-second timer is displayed. If the user does not select an interaction within the allotted time, a random suggestion will be automatically chosen.
To activate Time Pressure, append the data-time_pressure="false" parameter to the Digital Human URL or embeded snippet.