AvatarConfig class

Defines the talking avatar configuration.

Constructors

AvatarConfig(string, string, AvatarVideoFormat)

Creates and initializes an instance of this class.

Properties

backgroundColor

Sets the background color.

character

Defines the avatar character.

customized

Indicates if the talking avatar is customized.

style

Defines the avatar style.

videoFormat

Defines the talking avatar output video format.

Constructor Details

AvatarConfig(string, string, AvatarVideoFormat)

Creates and initializes an instance of this class.

new AvatarConfig(character: string, style: string, videoFormat: AvatarVideoFormat)

Parameters

character

string

The avatar character.

style

string

The avatar style.

videoFormat
AvatarVideoFormat

The talking avatar output video format.

Property Details

backgroundColor

Sets the background color.

string backgroundColor

Property Value

string

character

Defines the avatar character.

character: string

Property Value

string

customized

Indicates if the talking avatar is customized.

boolean customized

Property Value

boolean

style

Defines the avatar style.

style: string

Property Value

string

videoFormat

Defines the talking avatar output video format.

videoFormat: AvatarVideoFormat

Property Value