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.