Documentation
¶
Overview ¶
Package deepgram is the Deepgram provider for SpeechKit: batch transcription, speaker streaming, live dictation, and the Flux turn stream.
In v0.64.0 the identifiers below alias the implementation that still lives in pkg/speechkit/stt. v0.65.0 moves the implementation here and deletes the old names, so code written against this package needs no further change.
Index ¶
Constants ¶
const FluxAudioChunk = stt.FluxAudioChunk
FluxAudioChunk is the audio chunk duration the Flux stream expects.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FluxStreamOptions ¶
type FluxStreamOptions = stt.FluxStreamOptions
Flux turn-stream types. Flux reports complete conversational turns instead of raw partials, so a caller does not have to segment the stream itself.
type FluxTurn ¶
Flux turn-stream types. Flux reports complete conversational turns instead of raw partials, so a caller does not have to segment the stream itself.
type FluxTurnStream ¶
type FluxTurnStream = stt.FluxTurnStream
Flux turn-stream types. Flux reports complete conversational turns instead of raw partials, so a caller does not have to segment the stream itself.
type FluxWord ¶
Flux turn-stream types. Flux reports complete conversational turns instead of raw partials, so a caller does not have to segment the stream itself.
type Options ¶
type Options = stt.DeepgramOptions
Options are the Deepgram Listen options a host may apply to a Provider.