menu
openai_core package
documentation
audio.dart
SpeechAudioDelta
SpeechAudioDelta.fromJson factory constructor
SpeechAudioDelta.fromJson factory constructor
dark_mode
light_mode
SpeechAudioDelta.fromJson
constructor
SpeechAudioDelta.fromJson
(
Map
<
String
,
dynamic
>
j
)
Implementation
factory SpeechAudioDelta.fromJson(Map<String, dynamic> j) => SpeechAudioDelta(j['audio'] as String);
openai_core package
documentation
audio
SpeechAudioDelta
SpeechAudioDelta.fromJson factory constructor
SpeechAudioDelta class