Class AudioContentData
Inheritance
AudioContentData
Assembly: Glitch9.AIDevKit.dll
Syntax
public sealed class AudioContentData : IContentData, IBase64Source
Properties
|
Edit this page
View Source
Base64String
Optional. The base64 encoded audio data,
used when passing the audio to the model as a string.
Declaration
public string Base64String { get; set; }
Property Value
|
Edit this page
View Source
Format
Optional. The format of the encoded audio data.
Currently supports "wav" and "mp3".
Declaration
public string Format { get; set; }
Property Value
Methods
|
Edit this page
View Source
GetBase64String()
Declaration
public string GetBase64String()
Returns
|
Edit this page
View Source
IsBase64()
Declaration
Returns
|
Edit this page
View Source
ToString()
Declaration
public override string ToString()
Returns
Overrides
Implements
Extension Methods