You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/libs/AssemblyAI/Generated/AssemblyAI.ITranscriptClient.ListTranscripts.g.cs
+14Lines changed: 14 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -11,13 +11,27 @@ public partial interface ITranscriptClient
11
11
/// Transcripts are sorted from newest to oldest and can be retrieved for the last 90 days of usage. The previous URL always points to a page with older transcripts.<br/>
12
12
/// If you need to retrieve transcripts from more than 90 days ago please reach out to our Support team at support@assemblyai.com.
13
13
/// </summary>
14
+
/// <param name="limit">
15
+
/// Default Value: 10
16
+
/// </param>
14
17
/// <param name="status">
15
18
/// The status of your transcript. Possible values are queued, processing, completed, or error.
16
19
/// </param>
20
+
/// <param name="createdOn"></param>
21
+
/// <param name="beforeId"></param>
22
+
/// <param name="afterId"></param>
23
+
/// <param name="throttledOnly">
24
+
/// Default Value: false
25
+
/// </param>
17
26
/// <param name="cancellationToken">The token to cancel the operation with</param>
/// Transcripts are sorted from newest to oldest and can be retrieved for the last 90 days of usage. The previous URL always points to a page with older transcripts.<br/>
29
39
/// If you need to retrieve transcripts from more than 90 days ago please reach out to our Support team at support@assemblyai.com.
30
40
/// </summary>
41
+
/// <param name="limit">
42
+
/// Default Value: 10
43
+
/// </param>
31
44
/// <param name="status">
32
45
/// The status of your transcript. Possible values are queued, processing, completed, or error.
33
46
/// </param>
47
+
/// <param name="createdOn"></param>
48
+
/// <param name="beforeId"></param>
49
+
/// <param name="afterId"></param>
50
+
/// <param name="throttledOnly">
51
+
/// Default Value: false
52
+
/// </param>
34
53
/// <param name="cancellationToken">The token to cancel the operation with</param>
0 commit comments