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.
Key Phrase Extraction with Azure Cognitive Services in C# Using Artificial Intelligence to quickly summarize documents By Matt Eland on Sep. 8, 2022 Key phrase extraction lets you summarize larger portions of text down to key phrases. In this article we’ll explore key phrase extraction in Azure Cognitive Services using C# and the Azure SDK.
Sentiment Analysis with Azure Cognitive Services in C# Measuring user sentiment in text using the Azure Cognitive Services SDK By Matt Eland on Sep. 7, 2022 Let’s write some C# code to perform sentiment analysis over some sample text blocks using the Azure Cognitive Services SDK.