Interface: TTSRequest
Makaio Framework / contracts / TTSRequest
Interface: TTSRequest
Section titled “Interface: TTSRequest”Defined in: ../../../packages/contracts/src/capabilities/voice/types.ts:47
Text input for speech synthesis.
Properties
Section titled “Properties”language?
Section titled “language?”
optionallanguage?:string
Defined in: ../../../packages/contracts/src/capabilities/voice/types.ts:51
BCP-47 language tag for the desired voice (e.g. “en-US”)
text:
string
Defined in: ../../../packages/contracts/src/capabilities/voice/types.ts:49
Text to synthesize into audio
voice?
Section titled “voice?”
optionalvoice?:string
Defined in: ../../../packages/contracts/src/capabilities/voice/types.ts:53
Voice preset name (e.g. “default”). Provider uses its default if omitted.