AI DevKit
Search Results for

    Show / Hide Table of Contents

    Class AudioContentPart

    Inheritance
    object
    ChatContentPart
    AudioContentPart
    AudioBase64ContentPart
    Inherited Members
    ChatContentPart.Type
    ChatContentPart.IsBase64
    Namespace: Glitch9.AIDevKit
    Assembly: .dll
    Syntax
    public class AudioContentPart : ChatContentPart

    Properties

    InputAudio

    Declaration
    public AudioContentData InputAudio { get; set; }
    Property Value
    Type Description
    AudioContentData

    Methods

    FromBase64(string, MIMEType)

    Declaration
    public static AudioBase64ContentPart FromBase64(string base64Audio, MIMEType mimeType = MIMEType.WAV)
    Parameters
    Type Name Description
    string base64Audio
    MIMEType mimeType
    Returns
    Type Description
    AudioBase64ContentPart
    In this article
    Back to top Generated by DocFX