---
title: "Transcribing Two Speakers with Amazon Transcribe via Speaker Identification with .NET"
url: https://daily.dev/posts/transcribing-two-speakers-with-amazon-transcribe-via-speaker-identification-with-net-wpqvbmnpf
source_url: https://nodogmablog.bryanhogan.net/2023/03/transcribing-two-speakers-with-amazon-transcribe-via-speaker-identification-with-net
type: article
source: "No Dogma Blog (Bryan Hogan)"
published: 2026-05-31T07:47:25.478Z
updated: 2026-05-31T08:57:31.862Z
tags: ["aws", ".net", "speech-recognition"]
reading_time: 5
upvotes: 0
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Transcribing Two Speakers with Amazon Transcribe via Speaker Identification with .NET

**[No Dogma Blog \(Bryan Hogan\)](https://daily.dev/sources/bryanhogan)** · 5 min read · 0 upvotes · 0 comments

## Summary

A practical guide on using Amazon Transcribe's speaker identification feature with .NET to distinguish between two speakers recorded on a single mono audio channel. Covers configuring the StartTranscriptionJobRequest with SpeakerIdentification enabled, then parsing the resulting JSON to produce a timestamped transcript with speaker labels. Includes full C# code for iterating through transcription items, tracking speaker changes, and formatting output.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://nodogmablog.bryanhogan.net/2023/03/transcribing-two-speakers-with-amazon-transcribe-via-speaker-identification-with-net>

## Similar posts on daily.dev

- [Amazon Bedrock Data Automation now provides support for enhancing transcriptions](https://daily.dev/posts/amazon-bedrock-data-automation-now-provides-support-for-enhancing-transcriptions-urhpzxrep) · AWS · 0 upvotes · 0 comments

---

Tags: [#aws](https://daily.dev/tags/aws), [#.net](https://daily.dev/tags/.net), [#speech-recognition](https://daily.dev/tags/speech-recognition)

[View this post on daily.dev](https://daily.dev/posts/transcribing-two-speakers-with-amazon-transcribe-via-speaker-identification-with-net-wpqvbmnpf)
