Class AudioData
public sealed class AudioData
- Inheritance
-
objectAudioData
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
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.