Text to Speech with Azure Cognitive Services in C# Give voice to your applications with a few lines of C# code By Matt Eland on Sep. 16, 2022 Text to speech lets us build immersive applications that speak to the user using natural-sounding voices in a wide variety of languages and regions. Let’s see how it works with some simple C# code.
Speech to Text with Azure Cognitive Services in C# Easy & affordable speech recognition on demand By Matt Eland on Sep. 12, 2022 Speech to text is a simple speech recognition API that allows you to transform audio into strings using only a few lines of C# code.
PII Identification with Azure Cognitive Services in C# Automatically flag and redact sensitive content with artificial intelligence By Matt Eland on Sep. 11, 2022 PII identification is a part of Azure Cognitive Services that lets you scan and redact strings for instances of personally identifiable information.
Computer Vision in C# using Azure Cognitive Services Intelligent analysis of images using pre-trained image models By Matt Eland on Sep. 10, 2022 Let’s explore how to get started with computer vision using C# and Azure Cognitive Services
Entity Recognition with Azure Cognitive Services in C# Building intelligent apps by adding context to text By Matt Eland on Sep. 9, 2022 Entity recognition is a powerful way to analyze blocks of text and highlight key people, locations, or topics of interest.