Expand description
Learn how to turn audio into text.
Modules§
- transcription
- Transcribes audio into the input language.
- translation
- Translates audio into English.
Structs§
- Generic
Segment - A generic segment, independent of response format
- Json
Response - Response for
Json
response format - Verbose
Json Response - Response for
VerboseJson
response format - Verbose
Json Segment - A
VerboseJson
response segment
Enums§
- Audio
Response - Response to a transcript/translation
- Audio
Response Format - The format of the transcript/translation output.
Functions§
- parse_
audio_ response - Parses a
reqwest::Response
into a response of the specified format.