The maximum results segment size, in seconds. If this amount of audio has been processed without a language change being detected, a result of the specified duration is forcibly output. Speech Server outputs the current segment, with the top-scoring language result.
LangIdCumLif
, LangIdCumStream
, and LangIdCumWav
tasks, the results returned are calculated from the start of audio until end of the current section (that is, each result is a running update).For the LangIdSegLif
, LangIdSegStream
, and LangIdSegWav
tasks, the results returned are calculated on that section only.
You can use the SegSize
parameter to ensure that results return at specific intervals, even if the language in the audio stream never changes. For example, to return results every 10 minutes, set SegSize
to 600
.
Action: | AddTask |
---|---|
Task: | LangIdBndLif, LangIdBndStream, LangIdBndWav, LangIdCumLif, LangIdCumStream, LangIdCumWav, LangIdSegLif, LangIdSegStream, LangIdSegWav |
Type: | Integer |
Default: | 600 |
Example: | SegSize=600
|
See Also: |
|