modelTypes
constmodelTypes: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.
Type Declaration
Section titled “Type Declaration”consistent
Section titled “consistent”
readonlyconsistent:"consistent"='consistent'
expressive
Section titled “expressive”
readonlyexpressive:"expressive"='expressive'
Example
Section titled “Example”video.renderOptions({ narration: { voice: { name: voices.Ava, modelType: modelTypes.expressive }, },})