no dogma blog
no dogma blog
Blog Posts
Podcast
Web API Lambda Course
Polly Course
Photos
Contact
Support this Site
About
RSS
Light
Dark
Automatic
dotNet
Simple Deserialization of JSON from a File in C#
This is one of those posts that I write for my future self. Here’s how to deserialize JSON from a file in C#. It also lists multiple ways to create the C# model from the JSON.
Feb 24, 2023
#
Serialization
,
dotNet
,
JSON
Transcribing Two Speakers with Amazon Transcribe via Channel Identification
Amazon Transcribe provides two ways to identify speakers in a piece of audio. In this post you will see how to use channel identification to identify speakers. In a subsequent post I will show how to use speaker identification for cases where you don’t have the speakers on separate channels.
Feb 23, 2023
#
AWS
,
Transcribe
,
dotNet
,
AI
,
Audio
Getting the JSON sent to a Lambda Function when Deserialization Fails
Sometimes a Lambda function can’t deserialize the JSON it receives because the model is wrong or the JSON is not as expected. This post shows how to output the raw JSON to CloudWatch logs so you fix the problem.
Feb 20, 2023
#
AWS
,
AWS Lambda
,
dotNet
,
JSON
,
Serialization
,
Function as a Service
A Simple Example of Amazon Transcribe with .NET
Speech to text is now as simple as uploading a file, starting a transcription job, and waiting for the results.
Feb 17, 2023
#
AWS
,
Transcribe
,
dotNet
,
AI
,
Audio
The Simplest S3 Upload Example with .NET
A simple example of uploading a file to S3 with .NET using a few lines of code.
Feb 14, 2023
#
AWS
,
S3
,
dotNet
Removing Manually Installed .NET SDKs from Linux
For years I’ve been manually installing the .NET SDK on Linux. There is no automated way to remove them, but deleting everything and starting clean is very easy.
Feb 13, 2023
#
Linux
,
dotNet
,
SDK
Extracting Form Fields from a Multi-Page PDF with Amazon Textract and .NET
This post shows how to extract key-value pair from fields in a multi-page PDF with Textract.
Feb 8, 2023
#
AWS
,
Textract
,
dotNet
,
Blazor
,
AI
Extracting Key-Value Pairs from Document Form Fields with Amazon Textract and .NET
Textract can do more than just extract plain text, it can also identify fields in a form and extract the key-value pairs. In this post, I’ll show how to use it to extract key-value pairs from a tax document.
Feb 6, 2023
#
AWS
,
Textract
,
dotNet
,
Blazor
,
AI
Extracting Text from an Image with Amazon Textract and .NET
Occasionally you need to extract text from an image. Amazon Textract makes this easy. In this post, I’ll show how to use it to extract text from a single image.
Feb 1, 2023
#
AWS
,
Textract
,
dotNet
,
Blazor
,
AI
Using Amazon Polly to read a Dialogue from Julius Caesar
Amazon Polly can convert text to speech in a variety of voices. In this post, I’ll use it to read a file containing a dialogue from the play Julius Caesar where Cassius and Brutus discuss Caesar, using a different voice for each speaker.
Jan 30, 2023
#
Amazon Polly
,
dotNet
,
AWS
,
Text to Speech
,
AI
,
Audio
«
»
Cite
×