Array.<TTSChunk>Get the TtsChunks
Kind: Instance method of Speak
Returns: Array.<TTSChunk> - the KEY_TTS_CHUNKS value
SpeakSet the TtsChunks
Kind: Instance method of Speak
Returns: Speak - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| chunks | Array.<TTSChunk> |
An array of text chunks of type TTSChunk. See TTSChunk. The array must have at least one item. - The desired TtsChunks. {'array_min_size': 1, 'array_max_size': 100} |