Skip to content

Documentation

Raphael Waltenspül edited this page Apr 16, 2024 · 34 revisions

Introduction

Structure

Setup

Ingest

Query

Pipeline

Segmenters

PassThroughSegmenter

The PassThroughSegmenter

"pass": {
   "type": "SEGMENTER",
   "factory": "PassThroughSegmenter"
}

FixedDurationSegmenter

The FixedDurationSegmenter

flowchart LR
 p  --> FixedDurationSegmenter --> s
Loading
"seg": {
   "type": "SEGMENTER",
   "factory": "FixedDurationSegmenter",
   "parameters": {
      "duration": "10",
      "lookAheadTime": "1"
   }
}

Clone this wiki locally