A Boolean value that specifies whether to add the start time and duration for each detected word, sentence boundary, and period of silence to the document metadata.
If you set this parameter to TRUE
, CFS adds metadata fields named SpeechToTextWord
with attributes describing the start time and duration:
<SpeechToTextWord start="3.1562" duration="0.3568">hello</SpeechToTextWord>
Type: | Boolean |
Default: | False |
Required | No |
Configuration Section: | Any section that you have defined for IDOL Speech settings |
Example: | AddTimingsToMetadata=TRUE
|
See Also: | AddConfidenceToMetadata |
|