responseFormat property

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

The format of the transcript output, in one of these options: json, text, srt, verbose_json, or vtt.

Implementation

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