diff --git a/docs/voice/pipelines/index.md b/docs/voice/pipelines/index.md index 0936d12b..43446890 100644 --- a/docs/voice/pipelines/index.md +++ b/docs/voice/pipelines/index.md @@ -39,7 +39,7 @@ The following events can be emitted: | Name | Description | Emitted | Attributes | |-----------------|-----------------------------|------------|---------------------------------------------------------------------------------------------------------| -| `run-start` | Start of pipeline run | always | `pipeline` - Name of pipeline
`pipeline_id` - ID of the pipeline
`language` - Language used for pipeline
`runner_data` - Extra WebSocket data:
  • `stt_binary_handler_id` is the prefix to send speech data over.
  • `timeout` is the max run time for the whole pipeline.
  • | +| `run-start` | Start of pipeline run | always | `pipeline` - ID of the pipeline
    `language` - Language used for pipeline
    `runner_data` - Extra WebSocket data:
  • `stt_binary_handler_id` is the prefix to send speech data over.
  • `timeout` is the max run time for the whole pipeline.
  • | | `run-finish` | End of pipeline run | always | | | `stt-start` | Start of speech to text | audio only | `engine`: STT engine used
    `metadata`: incoming audio metadata | `stt-finish` | End of speech to text | audio only | `stt_output` - Object with `text`, the detected text.