Skip to content

Module 12: Voice Search & Conversational AI Patents

213+ patents across voice search, speech recognition, conversational AI, voice assistants, NLU, multimodal, audio content, and voice navigation.

Overview

Voice search has its own patent family of 213+ patents covering every layer from raw audio input to conversational answer delivery. Understanding these patents reveals why voice-optimized content is structurally different from traditional text-optimized content.


The Voice Search Patent Landscape

9 Categories of Voice Patents

CategoryPatent CountFocus Area
Voice Search13Speech-to-text query processing
Speech Recognition32Acoustic models, language models
Conversational AI24Dialog management, context tracking
Voice Assistants26Command interpretation, action execution
NLU (Natural Language Understanding)31Intent extraction, slot filling, semantic parsing
Voice Query Context31Session context, disambiguation
Multimodal25Combined voice + visual + text search
Audio Content9Audio indexing, podcast search
Voice Navigation9Turn-by-turn, local voice queries

Voice Search Core Patents (13 Patents)

Text Query:  "best italian restaurants new york"
Voice Query: "Hey Google, what are the best Italian restaurants near me open right now?"

Key differences:
- Natural language syntax (full sentences)
- Conversational register
- Implicit context ("near me" = device location)
- Temporal context ("right now" = current hours)
- Expectation of spoken answer (not a list of links)

Voice Query Processing Flow


Speech Recognition Patents (32 Patents)

Acoustic Model + Language Model Combination

Acoustic Model:

  • Converts audio waveform to phoneme probabilities
  • Trained on billions of hours of speech
  • Handles accents, noise, speech patterns
  • Outputs probability distributions over sounds

Language Model:

  • Constrains acoustic output to probable word sequences
  • Context determines word boundaries
  • Handles homophones ("there/their/they're")
  • Integrates with query history for disambiguation

Key Speech Recognition Innovation

End-to-End Neural Speech Recognition:

  • Single neural network replaces acoustic + language model pipeline
  • Trained end-to-end on audio-to-text pairs
  • Higher accuracy on conversational speech
  • Better handling of domain-specific terminology

Conversational AI Patents (24 Patents)

Dialog Management

Multi-Turn Conversation Tracking:

Turn 1: "What's the weather like in Miami?"
Turn 2: "And next week?"  ← requires context from Turn 1
Turn 3: "What should I pack?" ← requires context from both

Each turn must resolve pronouns and implicit references
to previous turns. Dialog manager maintains conversation state.

Context Tracking Mechanisms

What Gets Tracked:

  • Previous query in session
  • Entities mentioned (city, topic, entity type)
  • User's implied preferences
  • Geographic context
  • Time context
  • Device context (mobile vs. smart speaker)

Natural Language Understanding (31 Patents)

Intent Extraction

Voice Intent Categories:

  1. Information seeking — "What is..." / "Who invented..." / "How does..."
  2. Navigation — "Go to..." / "Open..." / "Show me..."
  3. Action — "Set alarm for..." / "Call..." / "Order..."
  4. Local — "Where is the nearest..." / "Find a..."
  5. Knowledge — "How many..." / "When was..."
  6. Conversational — "Tell me about..." / "I want to know..."

Slot Filling

How Google Parses Voice Queries:

Query: "Book a table for 4 at Italian restaurants near downtown Chicago for Saturday night"

Extracted Slots:
- Action: book_restaurant
- Party size: 4
- Cuisine: Italian
- Location: downtown Chicago
- Time: Saturday evening
- Proximity: near [location]

Each slot must be identified and filled before the action can be completed.


Voice Assistants (26 Patents)

Command Interpretation

Command Types:

  • Simple commands: "Set timer 10 minutes"
  • Complex commands: "Find me the best rated sushi restaurant within 5 miles that's open now and has parking"
  • Chained commands: "Call mom and tell her I'll be late"
  • Conditional commands: "If it rains tomorrow, remind me to bring an umbrella"

Action Execution Framework

Command → Intent Parsing → Entity Extraction →
Action Identification → API Call → Response Generation →
Natural Language Output

Voice Query Context (31 Patents)

Session-Based Disambiguation

How Context Resolves Ambiguity:

Context makes "it" and "there" understandable:

  • User: "What time does it close?"
  • Previous context: Starbucks on Main St
  • Google: "The Starbucks on Main Street closes at 9 PM"

Without context, the question is unanswerable.


Location Signals for Voice:

  • GPS coordinates (precise)
  • Home address (from Google account)
  • Work address (from commute patterns)
  • Previous search locations
  • "Near me" = current GPS location

For SEO: Local voice search queries have strong intent and geographic constraint. Your GMB data and local schema must be accurate for voice search to surface your business.


Multimodal Patents (25 Patents)

US12051205B1 - Multimodal Embeddings

Year: 2023

Combined Signals:

  • Text content of page
  • Image descriptions (alt text + computer vision captions)
  • Video transcripts
  • Audio content
  • User interaction signals across media types

Key Insight: A page with relevant text AND relevant images AND relevant video ranks higher than a text-only page for multimodal queries.


Visual Voice Queries

Screen + Voice (Google Lens integration):

  • "What plant is this?" [shows camera]
  • "How do I fix this?" [shows photo of broken item]
  • "Find me more like this" [shows product photo]

Audio Content Patents (9 Patents)

Podcast & Audio Indexing

How Google Indexes Audio:

  1. Audio transcribed to text via speech recognition
  2. Text analyzed for topics, entities, keywords
  3. Timestamps associated with topics (key moments)
  4. Schema markup (Podcast, Episode) enhances indexing
  5. Audio content can rank in search results

SEO for Podcasts:

  • Submit RSS feed to Google Podcasts
  • Add Podcast/Episode schema markup
  • Provide accurate episode titles and descriptions
  • Include transcripts where possible

Voice Navigation Patents (9 Patents)

Local Voice Search for Navigation

Voice Navigation Signals:

  • Business name
  • Business category
  • Address
  • Hours of operation
  • Current open/closed status
  • Distance from searcher
  • Directions

For Local SEO: Your GMB listing must have complete, accurate data. Voice search reads directly from GMB data — not your website — for navigation queries.


1. Answer Natural Language Questions Directly

Target query: "What are the hours for [business type] near me?"
BAD:  Contact us for more information about our schedule.
GOOD: We're open Monday-Friday 8 AM to 6 PM, Saturday 9 AM to 4 PM.

2. Use Speakable Schema

json
{
  "@type": "WebPage",
  "speakable": {
    "@type": "SpeakableSpecification",
    "cssSelector": [".key-answer", ".faq-answer"]
  }
}

Voice search answers are largely drawn from featured snippets:

  • Direct answer in first paragraph
  • 40-60 words for spoken delivery
  • Complete, self-contained answer

4. Local Voice Optimization

  • Complete GMB profile with hours, address, phone, category
  • LocalBusiness schema with identical NAP data
  • FAQ schema for common local questions

Key Patents Referenced

PatentTitleYear
US10452978B2Attention Mechanism (Transformers)2019
US12051205B1Multimodal Embeddings2023
US11782998B2Vector Similarity Search2022
MultipleSpeech Recognition (32 patents)Ongoing
MultipleNLU Intent Extraction (31 patents)Ongoing
MultipleDialog Management (24 patents)Ongoing

Next Steps

  1. User Behavior Module — Engagement signals
  2. Content Quality Module — Panda algorithm
  3. Neural AI Search Module — Deep learning search

Grounded in Bill Slawski's SEO by the Sea patent research