Class TranscriptReadyNotification
- Namespace
- AssemblyAI.Transcripts
- Assembly
- AssemblyAI.dll
public record TranscriptReadyNotification : IEquatable<TranscriptReadyNotification>
- Inheritance
-
TranscriptReadyNotification
- Implements
- Inherited Members
Properties
Status
The status of the transcript. Either completed or error.
[JsonPropertyName("status")]
public required TranscriptReadyStatus Status { get; set; }
Property Value
TranscriptId
The ID of the transcript
[JsonPropertyName("transcript_id")]
public required string TranscriptId { get; set; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.