Class AudioOutput
[JsonConverter(typeof(AudioOutputConverter))]
public sealed class AudioOutput
- Inheritance
-
AudioOutput
- Inherited Members
Properties
Data
public ReadOnlyMemory<byte> Data { get; }
Property Value
ExpiresAt
public DateTime? ExpiresAt { get; }
Property Value
ExpiresAtUnixSeconds
public int? ExpiresAtUnixSeconds { get; }
Property Value
- int?
Id
public string Id { get; }
Property Value
Transcript
public string Transcript { get; }
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.