responseFormat property

  1. @JsonKey(name: "response_format")
GptSpeechResponseFormat? responseFormat
getter/setter pair

The format to audio in. Supported formats are mp3, opus, aac, and flac.

Implementation

@JsonKey(name: "response_format")
GptSpeechResponseFormat? responseFormat;