Table of Contents

Class AudioContentData

Namespace
Glitch9.AIDevKit
public class AudioContentData
Inheritance
object
AudioContentData

Properties

Data

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

public string Data { get; set; }

Property Value

string

Format

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

public string Format { get; set; }

Property Value

string

MimeType

public MIMEType MimeType { get; }

Property Value

MIMEType