Skip to content

OpenAI.Response.ResponseFormat

Andrew Lambert edited this page Dec 24, 2023 · 1 revision

OpenAI.Response.ResponseFormat

Property declaration

 Dim ResponseFormat As String

Remarks

Returns a string that can be used as the file extension when saving the response(s) to disk. For example, the OpenAI.Image response might have a ResponseFormat of "png", while the OpenAI.AudioGeneration class might have "mp3".

Clone this wiki locally