VoiceAgentAvatarVideoParams interface
Avatar video encoder and presentation settings.
Properties
| background | The background image or color used for the avatar video. |
| bitrate | The target video bitrate in bits per second. |
| crop | The rectangular region to retain when cropping the avatar video. |
| gop_size | The group-of-pictures (GOP) size, which controls the interval between video keyframes. |
| resolution | The width and height of the avatar video. |
Property Details
background
The background image or color used for the avatar video.
background?: VoiceAgentAvatarVideoBackground
Property Value
bitrate
The target video bitrate in bits per second.
bitrate?: number
Property Value
number
crop
The rectangular region to retain when cropping the avatar video.
crop?: VoiceAgentAvatarVideoCrop
Property Value
gop_size
The group-of-pictures (GOP) size, which controls the interval between video keyframes.
gop_size?: number
Property Value
number
resolution
The width and height of the avatar video.
resolution?: VoiceAgentAvatarVideoResolution