Skip to main content

Module asr

Module asr 

Source
Expand description

Automatic speech recognition types and trait.

Structs§

TranscribeOptions
Options for a TranscriptionModel::transcribe call.
TranscribeResult
Result of a transcription call.
TranscribeSegment
One transcribed segment.
TranscribeWord
One word-level timestamp entry.

Traits§

TranscriptionModel
A model that transcribes speech audio into text with timing information.