Expand description
Official Rust SDK for Deepgram’s automated speech recognition APIs.
Get started transcribing with a Transcription
object.
Modules§
Structs§
- Deepgram
- A client for the Deepgram API.
- Http
Error - A generic “error” for HTTP connections
- Reqwest
Error - The Errors that may occur when processing a
Request
. - Serde
Json Error - This type represents all possible errors that can occur when serializing or deserializing JSON data.
- Speak
- Generate speech from text using Deepgram’s text to speech api.
- Transcription
- Transcribe audio using Deepgram’s automated speech recognition.
Enums§
- Deepgram
Error - Errors that may arise from the
deepgram
crate. - Serde
Urlencoded Error - Errors returned during serializing to
application/x-www-form-urlencoded
. - Tungstenite
Error - Possible WebSocket errors.