Interface: SpeechAssetBody
Defined in: src/types/universes.ts:55
Properties
text
ts
text: string;Defined in: src/types/universes.ts:56
speechStyle
ts
speechStyle: {
voiceId: string;
pitch: number;
speed: number;
};Defined in: src/types/universes.ts:57
voiceId
ts
voiceId: string;pitch
ts
pitch: number;speed
ts
speed: number;