generated/stt_options.pb library

Classes

STTAudioSource
STTConfiguration
Init-time settings. Per-call knobs live on STTOptions; adapters mirror the transcription defaults below into STTOptions when building a request.
STTOptions
Per-call overrides.
STTOutput
STTPartialResult
An in-progress hypothesis. text replaces the previous partial in full. The finished result arrives on STTStreamEvent.final_output and never here; correlation (request_id, seq) and failures live on the STTStreamEvent envelope.
STTServiceState
STTStreamEvent
STTStreamEventKind
STTTranscriptionRequest
TranscriptionAlternative
One n-best hypothesis. Per-word breakdown only when the backend emits it.
TranscriptionMetadata
Which model ran, and how long it took.
WordTimestamp

Extensions

GeneratedMessageGenericExtensions on T
Extensions on GeneratedMessages.