AI Dev Kit
Search Results for

    Show / Hide Table of Contents

    Class SpeechToTextOptions

    Configuration for input audio transcription. Can be set to null to turn off.

    Inheritance
    object
    SpeechToTextOptions
    Namespace: Glitch9.AIDevKit.OpenAI.Realtime
    Assembly: .dll
    Syntax
    public class SpeechToTextOptions

    Properties

    Enabled

    Don't set this from the client side. This is a server-side field.

    Declaration
    public bool? Enabled { get; set; }
    Property Value
    Type Description
    bool?

    Language

    Declaration
    public SystemLanguage? Language { get; set; }
    Property Value
    Type Description
    SystemLanguage?

    Model

    Declaration
    public Model Model { get; set; }
    Property Value
    Type Description
    Model
    In this article
    Back to top Generated by DocFX