Skip to content

Commit

Permalink
Add speaker to the paragraph object
Browse files Browse the repository at this point in the history
Resolves
#137
  • Loading branch information
DamienDeepgram authored Sep 18, 2023
1 parent 6d7b6fd commit 6f158f4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Deepgram/Models/Paragraph.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,11 @@ public class Paragraph
/// </summary>
[JsonProperty("num_words")]
public int NumberOfWords { get; set; }

/// <summary>
/// Speaker of the paragraph
/// </summary>
[JsonProperty("speaker")]
public string Speaker { get; set; }
}
}

0 comments on commit 6f158f4

Please sign in to comment.