AI Dev Kit
Search Results for

    Show / Hide Table of Contents

    Class AudioRef

    Inheritance
    object
    AudioRef
    Namespace: Glitch9.AIDevKit
    Assembly: .dll
    Syntax
    public class AudioRef

    Properties

    Data

    Optional. The base64 encoded audio data, used when passing the audio to the model as a string.

    Declaration
    public string Data { get; set; }
    Property Value
    Type Description
    string

    Format

    Optional. The format of the encoded audio data. Currently supports "wav" and "mp3".

    Declaration
    public string Format { get; set; }
    Property Value
    Type Description
    string

    MimeType

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