Skip to content

Commit 834f0d8

Browse files
authored
Merge pull request #94623 from erhopf/post-ignite-tlm-faq
[CogSvcs] Adding FAQ for Tenant Models
2 parents 69676a7 + 9ed8849 commit 834f0d8

File tree

1 file changed

+12
-0
lines changed
  • articles/cognitive-services/Speech-Service

1 file changed

+12
-0
lines changed

articles/cognitive-services/Speech-Service/faq-stt.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,18 @@ which includes insertions, deletions, and substitutions, divided by the total nu
173173

174174
**A**: Uploading a list of words will add the words to the vocabulary, but it won't teach the system how the words are typically used. By providing full or partial utterances (sentences or phrases of things that users are likely to say), the language model can learn the new words and how they are used. The custom language model is good not only for adding new words to the system, but also for adjusting the likelihood of known words for your application. Providing full utterances helps the system learn better. 
175175

176+
## Tenant Model (Custom Speech with Office 365 data)
177+
178+
**Q: What information is included in the Tenant Model, and how is it created?**
179+
180+
**A:** A Tenant Model is built using [public group](https://support.office.com/article/learn-about-office-365-groups-b565caa1-5c40-40ef-9915-60fdb2d97fa2) emails and documents that can be seen by anyone in your organization.
181+
182+
**Q: What speech experiences are improved by the Tenant Model?**
183+
184+
**A:** When the Tenant Model is enabled, created and published, it is used to improve recognition for any enterprise applications built using Speech Service; that also pass a user AAD token indicating membership to the enterprise.
185+
186+
The speech experiences built into Office 365, such as Dictation and PowerPoint Captioning, aren't changed when you create a Tenant Model for your Speech Service applications.
187+
176188
## Next steps
177189

178190
* [Troubleshooting](troubleshooting.md)

0 commit comments

Comments
 (0)