Crate deepgram

Source
Expand description

Official Rust SDK for Deepgram’s automated speech recognition APIs.

Get started transcribing with a Transcription object.

Modules§

common
Common lib for other modules
listen
Listen module
manage
Manage module
speak
Speak module

Structs§

Deepgram
A client for the Deepgram API.
HttpError
A generic “error” for HTTP connections
ReqwestError
The Errors that may occur when processing a Request.
SerdeJsonError
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§

DeepgramError
Errors that may arise from the deepgram crate.
SerdeUrlencodedError
Errors returned during serializing to application/x-www-form-urlencoded.
TungsteniteError
Possible WebSocket errors.