diff --git a/Deepgram/Models/Paragraph.cs b/Deepgram/Models/Paragraph.cs index dbfc5adc..0a89d80c 100644 --- a/Deepgram/Models/Paragraph.cs +++ b/Deepgram/Models/Paragraph.cs @@ -33,6 +33,6 @@ public class Paragraph /// Speaker of the paragraph /// [JsonProperty("speaker")] - public string Speaker { get; set; } + public int Speaker { get; set; } } }