Class AudioContentData
public class AudioContentData
- Inheritance
-
objectAudioContentData
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