Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HandleSpeech ¶ added in v0.1.0
Types ¶
type Voice ¶ added in v0.1.0
type Voice struct {
Name string `json:"Name"`
DisplayName string `json:"DisplayName"`
LocalName string `json:"LocalName"`
ShortName string `json:"ShortName"`
Gender string `json:"Gender"`
Locale string `json:"Locale"`
LocaleName string `json:"LocaleName"`
SampleRateHertz string `json:"SampleRateHertz"`
VoiceType string `json:"VoiceType"`
Status string `json:"Status"`
VoiceTag map[VoiceTagKey][]any `json:"VoiceTag"`
WordsPerMinute string `json:"WordsPerMinute"`
}
type VoiceTagKey ¶ added in v0.1.0
type VoiceTagKey string
const ( VoiceTagKeyTailoredScenarios VoiceTagKey = "TailoredScenarios" VoiceTagKeyVoicePersonalities VoiceTagKey = "VoicePersonalities" )
Click to show internal directories.
Click to hide internal directories.