Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
confidence | Optional[float] | :heavy_minus_sign: | Provider confidence for the word from 0 to 1, present when the provider returns per-word confidence | 0.98 |
end | float | :heavy_check_mark: | Word end time in seconds | 0.4 |
speaker | Optional[int] | :heavy_minus_sign: | Speaker index for the word, present when the provider returns diarization data | 0 |
start | float | :heavy_check_mark: | Word start time in seconds | 0 |
word | str | :heavy_check_mark: | The transcribed word | Hello |