Skip to content

modelTypes

const modelTypes: object

Defined in: voices.ts:16

TTS model types for the narration voice (renderOptions.narration).

  • expressive: expressive synthesis with natural-sounding speech.
  • consistent: consistent synthesis with stable pronunciation.

readonly consistent: "consistent" = 'consistent'

readonly expressive: "expressive" = 'expressive'

video.renderOptions({
narration: {
voice: { name: voices.Ava, modelType: modelTypes.expressive },
},
})