-
Notifications
You must be signed in to change notification settings - Fork 17
Add global.rt.speechmatics.com to Realtime endpoints docs #263
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -87,10 +87,17 @@ The EU2 and US2 Batch SaaS endpoints are provided for enterprise customer high a | |
|
|
||
| Speechmatics Realtime SaaS supports the following endpoints for production use: | ||
|
|
||
| | Customer type | Region | Endpoint | | ||
| | ------------- | ------------ | ---------------------- | | ||
| | All | EU1 (Europe) | eu.rt.speechmatics.com | | ||
| | All | US1 (USA) | us.rt.speechmatics.com | | ||
| | Customer type | Region | Endpoint | | ||
| | ------------- | ----------------------- | -------------------------- | | ||
| | All | Global (lowest-latency) | global.rt.speechmatics.com | | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Region column label consistency. Every other row in this table follows a (Ref: style guide, Reference — "Every entry must be structurally consistent with every other entry of the same type.") |
||
| | All | EU1 (Europe) | eu.rt.speechmatics.com | | ||
| | All | US1 (USA) | us.rt.speechmatics.com | | ||
|
|
||
| `global.rt.speechmatics.com` automatically routes each connection to the lowest-latency region, so you do not have to choose one. The regional endpoints remain available if you want to pin to a specific region. | ||
|
|
||
| :::warning | ||
| `global.rt.speechmatics.com` may route a connection to any region. If you have data residency or compliance requirements, use a regional endpoint (`eu.rt.speechmatics.com` or `us.rt.speechmatics.com`) instead. | ||
| ::: | ||
| </TabItem> | ||
| </Tabs> | ||
|
|
||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Three small consistency points on this note:
eu.rt/us.rt, whereas the authentication page uses the fulleu.rt.speechmatics.com/us.rt.speechmatics.com. Suggest the full forms.(Refs: style guide #6 second person; terminology consistency; governance — link rather than duplicate.)