Table of Contents

Class AudioService

public class AudioService : CrudServiceBase<OpenAIClient>
Inheritance
object
AudioService

Constructors

AudioService(OpenAIClient)

public AudioService(OpenAIClient client)

Parameters

client OpenAIClient

Properties

Speech

public SpeechService Speech { get; }

Property Value

SpeechService

Transcriptions

public TranscriptionService Transcriptions { get; }

Property Value

TranscriptionService

Translations

public TranslationService Translations { get; }

Property Value

TranslationService