ZegoAIVoiceChanger class abstract
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
getIndex(
) → int - 获取 AI 变声器实例编号。
-
getSpeakerList(
) → Future< void> - 获取 AI 变声音色列表。
-
initEngine(
) → Future< void> - 初始化 AI 变声引擎。
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setSpeaker(
int speakerID) → Future< void> - 设置 AI 变声音色。
-
toString(
) → String -
A string representation of this object.
inherited
-
update(
) → Future< void> - 更新 AI 变声引擎模型。
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited