Voice as returned by HomeyAPIV2.ManagerSpeechOutput.
Extends
- HomeyAPIV3Local.ManagerSpeechOutput.Voice
Instance Properties
gender
gender: stringType
- string
id
id: stringType
- string
language
language: stringType
- string
locale
locale: stringType
- string
name
name: stringType
- string
Events
delete
.on('delete')update
.on('update')Parameters
| Name | Type | Description |
|---|---|---|
voice
|
object | |
info
|
object | |
newValues
|
object | An object with only the new values of the voice |
oldValues
|
object | An object with only the old values of the voice |
changedKeys
|
Array.<string> | An array of keys of the properties that have changed |
|
|