AvatarConfig class

話すアバターの構成を定義します。

コンストラクター

AvatarConfig(string, string, AvatarVideoFormat)

このクラスのインスタンスを作成して初期化します。

プロパティ

backgroundColor

背景色を設定します。

character

アバター文字を定義します。

customized

話しているアバターがカスタマイズされているかどうかを示します。

style

アバター のスタイルを定義します。

videoFormat

話すアバター出力ビデオ形式を定義します。

コンストラクターの詳細

AvatarConfig(string, string, AvatarVideoFormat)

このクラスのインスタンスを作成して初期化します。

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

パラメーター

character

string

アバター文字。

style

string

アバター のスタイル。

videoFormat
AvatarVideoFormat

話すアバター出力ビデオ形式。

プロパティの詳細

backgroundColor

背景色を設定します。

string backgroundColor

プロパティ値

string

character

アバター文字を定義します。

character: string

プロパティ値

string

customized

話しているアバターがカスタマイズされているかどうかを示します。

boolean customized

プロパティ値

boolean

style

アバター のスタイルを定義します。

style: string

プロパティ値

string

videoFormat

話すアバター出力ビデオ形式を定義します。

videoFormat: AvatarVideoFormat

プロパティ値