Utterance
Quick Answer
An utterance is any continuous stretch of speech produced by a single speaker, bounded by silence or a change of speaker. In voice AI and natural language understanding, an utterance represents the complete spoken input that a system captures, transcribes, and processes to determine user intent and extract relevant entities.
What Is an Utterance in Speech Technology?
In speech and voice technology, an utterance refers to a single, uninterrupted segment of audio spoken by one person. It begins when the speaker starts talking and ends when they stop, as detected by silence, a pause threshold, or a turn change in conversation. Voice AI systems treat each utterance as a discrete unit of input to be processed through automatic speech recognition (ASR), natural language understanding (NLU), and intent classification pipelines.
Utterance in Linguistics vs. Voice AI
In linguistics, an utterance is any spoken sequence produced in a real communicative context. Unlike a sentence, which is a grammatical construct, an utterance can be a fragment, a single word, or even a non-verbal vocalization like "uh-huh." Voice AI borrows this concept but applies stricter boundaries:
Endpoint detection: The system uses voice activity detection (VAD) to identify where an utterance begins and ends.
Segmentation: Long audio streams are split into individual utterances for efficient processing.
Intent mapping: Each utterance is matched against trained intent models to determine what the user wants.
Utterance Examples
Utterances vary widely in length and complexity. Examples include:
"Yes" (single-word confirmation)
"What's the weather like tomorrow?" (a complete question)
"Cancel my subscription" (a command with implied intent)
"Uh, I think maybe the one on the left" (a hesitant, informal response)
Why Utterances Matter in Voice AI
Accurate utterance detection and processing directly affect user experience. If a system clips an utterance too early, it misses critical information. If it waits too long after the speaker finishes, latency increases and conversations feel unnatural. Tuning utterance boundaries, often called endpointing, is a core challenge in building responsive voice interfaces.
Utterance Synonyms and Related Terms
Common synonyms or near-synonyms include "spoken input," "voice command," and "speech segment." In conversational AI design, utterances are sometimes called "user turns" or simply "inputs." Each term emphasizes a slightly different aspect, but all refer to the same fundamental unit of spoken language that a system must interpret.
What does your utterance mean?
What is an utterance in linguistics?
What is the difference between an utterance and a sentence?
How is an utterance used in voice AI systems?