Azure AI Services
Azure AI Services
Azure AI Speech service provides powerful speech to text and text to speech
capabilities, allowing speech to be accurately transcribed into text, or text to natural
sounding voice audio.
Azure AI Studio, which combines multiple Azure AI services into one platform.
Developers can use the web platform to create AI applications with the latest APIs
and models.
Depending on the use case, you might find that a confidence score of 80% or
higher is acceptable for a low-risk application. For more sensitive cases,
like reading medical records or billing statements, a score of 100% is
recommended.
In addition to SDKs and the REST API, Azure Document Intelligence services can be
accessed through a user interface called the Azure Document Intelligence
Studio (preview), an online tool for visually exploring, understanding, and
integrating features from the Azure Document Intelligence service. The Studio can
be used to analyze form layouts, extract data from prebuilt models, and train
custom models.
If you've created and trained custom models in Azure AI Document Intelligence, you
can combine them into a single composite model and publish that as a single
service. Composite models help when there are multiple versions of a form in use or
when users find it difficult to keep track of the correct model for each form. They
can also assist when you want customers to upload different types of documents to
a single location for analysis and you don't know which type was uploaded.
AI Search is a flexible search solution that can index many different types of
content. However, if your content includes scanned or photographed forms,
AI Search might not be able to index fields from those forms. You can
address this issue by adding a custom skill to the AI Search indexing pipeline
that calls Azure AI Document Intelligence. Scanned forms are sent to your
Azure AI Document Intelligence models, which can extract the fields they've
been trained to recognize and return their values for inclusion in the index.
The result of this integration is that users can locate the completed forms
they need by searching for the values of fields in them.