| id | TTSResult |
|---|---|
| title | TTSResult |
Defined in: packages/typescript/ai/src/types.ts:1357
Result of text-to-speech generation.
audio: string;Defined in: packages/typescript/ai/src/types.ts:1363
Base64-encoded audio data
optional contentType: string;Defined in: packages/typescript/ai/src/types.ts:1369
Content type of the audio (e.g., 'audio/mp3')
optional duration: number;Defined in: packages/typescript/ai/src/types.ts:1367
Duration of the audio in seconds, if available
format: string;Defined in: packages/typescript/ai/src/types.ts:1365
Audio format of the generated audio
id: string;Defined in: packages/typescript/ai/src/types.ts:1359
Unique identifier for the generation
model: string;Defined in: packages/typescript/ai/src/types.ts:1361
Model used for generation