Table of Contents

Class AudioOutput

Namespace
OpenAI.Chat
Assembly
OpenAI-DotNet.dll
[JsonConverter(typeof(AudioOutputConverter))]
public sealed class AudioOutput
Inheritance
AudioOutput
Inherited Members

Properties

Data

public ReadOnlyMemory<byte> Data { get; }

Property Value

ReadOnlyMemory<byte>

ExpiresAt

public DateTime? ExpiresAt { get; }

Property Value

DateTime?

ExpiresAtUnixSeconds

public int? ExpiresAtUnixSeconds { get; }

Property Value

int?

Id

public string Id { get; }

Property Value

string

Transcript

public string Transcript { get; }

Property Value

string

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.