AI Dev Kit
Search Results for

    Show / Hide Table of Contents

    Class AudioContentPart

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

    Properties

    InputAudio

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

    Methods

    FromBase64(string, MIMEType)

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