
Transcription object Represents a transcription response returned by model, based on the provided input.
Source:R/audio.R
audio_transcription.Rd
Transcription object Represents a transcription response returned by model, based on the provided input.
Transcription object Represents a transcription response returned by model, based on the provided input.
Verbose transcription object Represents a verbose json transcription response returned by model, based on the provided input.
Verbose transcription object Represents a verbose json transcription response returned by model, based on the provided input.
Methods
Public fields
language
Character. The language of the input audio.
duration
Character. The duration of the input audio.
text
Character. The transcribed text.
words
List. Extracted words and their corresponding timestamps.
segments
List. Segments of the transcribed text and their corresponding details.
Methods
Method new()
Initialize the VerboseTranscription object.
Usage
VerboseTranscription$new(..., resp = NULL)