Class RedactedAudioResponse
- Namespace
- AssemblyAI.Transcripts
- Assembly
- AssemblyAI.dll
public record RedactedAudioResponse : IEquatable<RedactedAudioResponse>
- Inheritance
-
RedactedAudioResponse
- Implements
- Inherited Members
Properties
RedactedAudioUrl
The URL of the redacted audio file
[JsonPropertyName("redacted_audio_url")]
public required string RedactedAudioUrl { get; set; }
Property Value
Status
The status of the redacted audio
[JsonPropertyName("status")]
public required string Status { 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.