Expand description
Durable, automatic audio transcription.
AudioIngress accepts owned WAV bytes, persists them before returning,
and automatically transcribes them in the background.
Structs§
- Audio
Chunk Request - One structured audio request delegated to the application intelligence router.
- Audio
Ingress - Cloneable handle to durable, automatically processed audio.
- Audio
Input - Owned audio and its source metadata.
- Audio
Transcriber - Complete audio workflow backed by caller-owned typed intelligence operations.
- Error
- Error returned by the minimal AudioIngress API.
- Intelligence
Error - Sanitized intelligence-router failure returned to the audio workflow.
- Recording
Status - Current state and immutable identity of one recording.
- Status
- Complete current library state.
- Step
Error - Sanitized terminal or retryable step error.
- Step
Status - Current status of one ordered pipeline step.
- Submission
- Result of durably submitting audio.
- Text
Generation Request - One tool-free text request delegated to the application intelligence router.
- Transcription
Job - Cloneable handle for polling one in-memory transcription.
- Transcription
Status - Cheap cloneable snapshot returned by
TranscriptionJob::status.
Enums§
- Error
Kind - Stable library error category.
- JobState
- Overall state of an in-memory transcription job.
- Recording
State - Automatic processing state of one recording.
- Step
- One ordered pipeline operation.
- Step
State - State of one pipeline step.
Constants§
- RECONCILIATION_
MODEL - Codex model used to reconcile ordered chunk transcripts.
- RECONCILIATION_
REASONING - Codex reasoning setting used for transcript reconciliation.
- TRANSCRIPTION_
MODEL - Gemini model used for chunk transcription.
Type Aliases§
- Audio
Chunk Call - Typed structured-audio call implemented by the application intelligence router.
- Intelligence
Future - Sendable future returned by an injected intelligence call.
- Text
Generation Call - Typed tool-free text call implemented by the application intelligence router.