The information about the timestamps.
Used by actions: TextToVoice.
Name | Type | Description |
---|---|---|
Text | String | The word in the text that is sent. |
BeginTime | Integer | The start timestamp of the word in the synthesized audio data, in milliseconds. |
EndTime | Integer | The end timestamp of the word in the synthesized audio data, in milliseconds. |
BeginIndex | Integer | The start index of the character in the whole sentence, starting from 0. |
EndIndex | Integer | The end index of the character in the whole sentence, starting from 0. |
Phoneme | String | The phonemes of the word. Note: This field may return null, indicating that no valid values can be obtained. |
Was this page helpful?