Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions fern/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,12 @@ navigation:
path: pages/02-speech-to-text/pre-recorded-audio/multichannel-transcription.mdx
- page: Code switching
path: pages/02-speech-to-text/pre-recorded-audio/code-switching-docs.mdx
- page: Set language manually
path: pages/02-speech-to-text/pre-recorded-audio/set-language-manually.mdx
- page: Language detection
path: pages/02-speech-to-text/pre-recorded-audio/language-detection.mdx
- page: Select the region
path: pages/02-speech-to-text/pre-recorded-audio/select-the-region.mdx
- page: Custom spelling
path: pages/02-speech-to-text/pre-recorded-audio/custom-spelling.mdx
- page: Word search
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Available cloud regions"
title: "Select the region"
---

The default region is US, with base URL `api.assemblyai.com`. For EU data residency requirements, you can use our base URL for EU at `api.eu.assemblyai.com`.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Set Language Manually"
title: "Set language manually"
---

If you already know the dominant language, you can use the `language_code` key to specify the language of the speech in your audio file.
Expand Down
Loading