Defined in: packages/typescript/ai/src/types.ts:1426
Result of text-to-speech generation.
audio: string;audio: string;Defined in: packages/typescript/ai/src/types.ts:1432
Base64-encoded audio data
optional contentType: string;optional contentType: string;Defined in: packages/typescript/ai/src/types.ts:1438
Content type of the audio (e.g., 'audio/mp3')
optional duration: number;optional duration: number;Defined in: packages/typescript/ai/src/types.ts:1436
Duration of the audio in seconds, if available
format: string;format: string;Defined in: packages/typescript/ai/src/types.ts:1434
Audio format of the generated audio
id: string;id: string;Defined in: packages/typescript/ai/src/types.ts:1428
Unique identifier for the generation
model: string;model: string;Defined in: packages/typescript/ai/src/types.ts:1430
Model used for generation