Class AudioService
Inheritance
object
AudioService
Assembly: .dll
Syntax
public class AudioService : CRUDServiceBase<OpenAI>
Constructors
AudioService(OpenAI)
Declaration
public AudioService(OpenAI client)
Parameters
Type |
Name |
Description |
OpenAI |
client |
|
Properties
Speech
Declaration
public SpeechService Speech { get; }
Property Value
Transcriptions
Declaration
public TranscriptionService Transcriptions { get; }
Property Value
Translations
Declaration
public TranslationService Translations { get; }
Property Value