Transcribes audio files to text using OpenAI's Whisper model.
Access via client$audio$transcriptions.
new()AudioTranscriptionsClient$new(parent)
create()AudioTranscriptionsClient$create(
file,
model = "whisper-1",
language = NULL,
prompt = NULL,
response_format = NULL,
temperature = NULL,
timestamp_granularities = NULL
)
clone()The objects of this class are cloneable with this method.
AudioTranscriptionsClient$clone(deep = FALSE)deepWhether to make a deep clone.