Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SpeechConfig

Hierarchy

Index

Properties

Properties

language

language: string

Optional long

long: string

local with 3-letter language- and country-code, separated with "-", e.g. "deu-DEU" or "eng-USA"

plugins

plugins: {}

specific plugin speech-configurations that override the general configuration settings

Type declaration

Optional voice

voice: "male" | "female"

voice feature (may not be supported by selected TTS plugin)

NOTE the root SpeechConfig should not have a specific voice-name, but only a feature specified (since it is very unlikely that all plugins support the same voice-name)

Generated using TypeDoc